kopia lustrzana https://github.com/friendica/friendica
Merge pull request #5982 from annando/ap-inboxes
Bugfix: We hadn't deliverd AP posts to all intended receiverspull/5984/head
commit
b6075de6f8
|
@ -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)) {
|
||||
|
|
Ładowanie…
Reference in New Issue