Skip to content

Commit

Permalink
Issue #2299083 by manatwo, kevin.dutra: Users receive duplicate notif…
Browse files Browse the repository at this point in the history
…ications when queue is enabled
  • Loading branch information
jhedstrom committed Apr 28, 2017
1 parent b722ef3 commit 681bb85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Subscribers.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public function getSubscribers(EntityInterface $entity, MessageInterface $messag
$this->addDefaultNotifiers($uids);

$this->moduleHandler->alter('message_subscribe_get_subscribers', $uids, $values);
ksort($uids);

return $uids;

Expand Down

0 comments on commit 681bb85

Please sign in to comment.