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:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user