mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Stop sending Phriction edit mail to the previous/current content author
Summary: See <https://discourse.phabricator-community.org/t/previous-author-of-phriction-page-always-receives-mail-when-new-author-edits-the-page/1155>. After the "send users email when they are removed from the reviewer list" change which includes old To/Cc on the list, Phriction now emails the previous editor. This is weird and unintended. The behavior isn't necessarily always bad, but if it's sometimes desirable we should make it explicit. For now, just get rid of the weird side effect. Test Plan: Edited a Phriction page. Differential Revision: https://secure.phabricator.com/D19147
This commit is contained in:
parent
8cbfb386bb
commit
ada4f65565
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ final class PhrictionTransactionEditor
|
|||
|
||||
protected function getMailTo(PhabricatorLiskDAO $object) {
|
||||
return array(
|
||||
$object->getContent()->getAuthorPHID(),
|
||||
$this->getActingAsPHID(),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue