Bugfix: We hadn't deliverd AP posts to all intended receivers

pull/5982/head
Michael 2018-10-21 06:10:24 +00:00
rodzic 49c7b5481b
commit 1c54c27784
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)) {