Page MenuHomePhabricator

D17119.diff
No OneTemporary

D17119.diff

diff --git a/src/applications/differential/storage/DifferentialTransaction.php b/src/applications/differential/storage/DifferentialTransaction.php
--- a/src/applications/differential/storage/DifferentialTransaction.php
+++ b/src/applications/differential/storage/DifferentialTransaction.php
@@ -223,6 +223,12 @@
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) {

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 6, 5:54 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8984629
Default Alt Text
D17119.diff (685 B)

Event Timeline