Add transitional support for mail tags to Differential on EditEngine

Summary: Ref T11114. Although I plan to rewrite this system eventually (T10448) it's easy enough to punt for now.

Test Plan: punt

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11114

Differential Revision: https://secure.phabricator.com/D17119
This commit is contained in:
epriestley
2016-12-31 09:31:39 -08:00
parent b373dcef74
commit a4ba7daf90

View File

@@ -223,6 +223,12 @@ final class DifferentialTransaction
case self::TYPE_INLINE:
$tags[] = self::MAILTAG_COMMENT;
break;
case DifferentialRevisionReviewersTransaction::TRANSACTIONTYPE:
$tags[] = self::MAILTAG_REVIEWERS;
break;
case DifferentialRevisionCloseTransaction::TRANSACTIONTYPE:
$tags[] = self::MAILTAG_CLSOED;
break;
}
if (!$tags) {