@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-1
-1
src/applications/phriction/editor/PhrictionTransactionEditor.php
··· 273 273 274 274 protected function getMailTo(PhabricatorLiskDAO $object) { 275 275 return array( 276 - $object->getContent()->getAuthorPHID(), 277 276 $this->getActingAsPHID(), 278 277 ); 279 278 }