@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.

Restore Maniphest subscriber transaction mail tag

Summary: Fixes T6748. This just didn't get aligned when CCs became a modern transaction.

Test Plan: Added a CC to a task, used `bin/mail show-outbound` to verify it showed up as a CC tag.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T6748

Differential Revision: https://secure.phabricator.com/D10991

+1
+1
src/applications/maniphest/storage/ManiphestTransaction.php
··· 903 903 $tags[] = self::MAILTAG_OWNER; 904 904 break; 905 905 case self::TYPE_CCS: 906 + case PhabricatorTransactions::TYPE_SUBSCRIBERS: 906 907 $tags[] = self::MAILTAG_CC; 907 908 break; 908 909 case PhabricatorTransactions::TYPE_EDGE: