1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
epriestley 2014-12-14 07:49:30 -08:00
parent 4505724cc4
commit 2a9db94ba6

View file

@ -903,6 +903,7 @@ final class ManiphestTransaction
$tags[] = self::MAILTAG_OWNER;
break;
case self::TYPE_CCS:
case PhabricatorTransactions::TYPE_SUBSCRIBERS:
$tags[] = self::MAILTAG_CC;
break;
case PhabricatorTransactions::TYPE_EDGE: