1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Probably fix notifications not being properly marked as unread

Summary: Fixes T8586. This wasn't quite right in D13320.

Test Plan: iiam

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T8586

Differential Revision: https://secure.phabricator.com/D13331
This commit is contained in:
epriestley 2015-06-17 10:43:25 -07:00
parent 868ee3ef2f
commit af8ad58e6b

View file

@ -1058,7 +1058,7 @@ abstract class PhabricatorApplicationTransactionEditor
$mailed = array();
foreach ($messages as $mail) {
foreach ($mail->buildRecipientList() as $phid) {
$mailed[$phid] = true;
$mailed[$phid] = $phid;
}
}