diff --git a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php --- a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php +++ b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php @@ -1058,7 +1058,7 @@ $mailed = array(); foreach ($messages as $mail) { foreach ($mail->buildRecipientList() as $phid) { - $mailed[$phid] = true; + $mailed[$phid] = $phid; } }