Bugfix: We hadn't deliverd AP posts to all intended receivers
This commit is contained in:
parent
49c7b5481b
commit
1c54c27784
|
@ -476,7 +476,7 @@ class Transmitter
|
|||
|
||||
foreach ($permissions[$element] as $receiver) {
|
||||
if ($receiver == $item_profile['followers']) {
|
||||
$inboxes = self::fetchTargetInboxesforUser($uid, $personal);
|
||||
$inboxes = array_merge($inboxes, self::fetchTargetInboxesforUser($uid, $personal));
|
||||
} else {
|
||||
$profile = APContact::getByURL($receiver, false);
|
||||
if (!empty($profile)) {
|
||||
|
|
Loading…
Reference in a new issue