1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix transaction apply issue for Paste subscriptions

Summary: Fixes T4979.

Auditors: btrahan
This commit is contained in:
epriestley 2014-05-07 07:21:37 -07:00
parent 0620386d0e
commit 9a4188e89b

View file

@ -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;
}