diff --git a/src/applications/paste/editor/PhabricatorPasteEditor.php b/src/applications/paste/editor/PhabricatorPasteEditor.php index e4822c3a70..7620ba2e31 100644 --- a/src/applications/paste/editor/PhabricatorPasteEditor.php +++ b/src/applications/paste/editor/PhabricatorPasteEditor.php @@ -76,6 +76,7 @@ final class PhabricatorPasteEditor $object->setViewPolicy($xaction->getNewValue()); return; case PhabricatorTransactions::TYPE_COMMENT: + case PhabricatorTransactions::TYPE_SUBSCRIBERS: return; } @@ -92,6 +93,7 @@ final class PhabricatorPasteEditor case PhabricatorPasteTransaction::TYPE_LANGUAGE: case PhabricatorTransactions::TYPE_VIEW_POLICY: case PhabricatorTransactions::TYPE_COMMENT: + case PhabricatorTransactions::TYPE_SUBSCRIBERS: return; }