mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
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
This commit is contained in:
parent
4505724cc4
commit
2a9db94ba6
1 changed files with 1 additions and 0 deletions
|
@ -903,6 +903,7 @@ final class ManiphestTransaction
|
||||||
$tags[] = self::MAILTAG_OWNER;
|
$tags[] = self::MAILTAG_OWNER;
|
||||||
break;
|
break;
|
||||||
case self::TYPE_CCS:
|
case self::TYPE_CCS:
|
||||||
|
case PhabricatorTransactions::TYPE_SUBSCRIBERS:
|
||||||
$tags[] = self::MAILTAG_CC;
|
$tags[] = self::MAILTAG_CC;
|
||||||
break;
|
break;
|
||||||
case PhabricatorTransactions::TYPE_EDGE:
|
case PhabricatorTransactions::TYPE_EDGE:
|
||||||
|
|
Loading…
Reference in a new issue