Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15293854
D13331.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
587 B
Referenced Files
None
Subscribers
None
D13331.diff
View Options
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;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 5:09 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7229851
Default Alt Text
D13331.diff (587 B)
Attached To
Mode
D13331: Probably fix notifications not being properly marked as unread
Attached
Detach File
Event Timeline
Log In to Comment