Issue 8586: Reduce the amount of item receivers

This commit is contained in:
Michael 2020-05-06 15:20:49 +00:00
parent 652efd1a5d
commit 22be2cce8a
2 changed files with 11 additions and 8 deletions

View file

@ -437,7 +437,7 @@ class Notifier
// Fetch the participation list
// The function will ensure that there are no duplicates
$relay_list = Diaspora::participantsForThread($parent, $relay_list);
$relay_list = Diaspora::participantsForThread($target_item, $relay_list);
// Add the relay to the list, avoid duplicates.
// Don't send community posts to the relay. Forum posts via the Diaspora protocol are looking ugly.