mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix transaction apply issue for Paste subscriptions
Summary: Fixes T4979. Auditors: btrahan
This commit is contained in:
parent
0620386d0e
commit
9a4188e89b
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue