Page MenuHomePhabricator

D11303.diff
No OneTemporary

D11303.diff

diff --git a/src/applications/maniphest/controller/ManiphestTransactionSaveController.php b/src/applications/maniphest/controller/ManiphestTransactionSaveController.php
--- a/src/applications/maniphest/controller/ManiphestTransactionSaveController.php
+++ b/src/applications/maniphest/controller/ManiphestTransactionSaveController.php
@@ -131,12 +131,6 @@
}
}
- // Evade no-effect detection in the new editor stuff until we can switch
- // to subscriptions.
- $added_ccs = array_filter(array_diff(
- $added_ccs,
- $task->getSubscriberPHIDs()));
-
if ($added_ccs) {
// We've added CCs, so include a CC transaction.
$all_ccs = array_merge($task->getSubscriberPHIDs(), $added_ccs);

File Metadata

Mime Type
text/plain
Expires
Jun 1 2024, 3:53 PM (5 w, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6288550
Default Alt Text
D11303.diff (732 B)

Event Timeline