Merge pull request #5985 from annando/ap-followers
AP: We now send the previous followers collection as well
This commit is contained in:
commit
1176a4240a
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class Transmitter
|
|||
|
||||
foreach ($activity[$element] as $receiver) {
|
||||
if ($receiver == $profile['followers'] && !empty($item_profile['followers'])) {
|
||||
$receiver = $item_profile['followers'];
|
||||
$permissions[$element][] = $item_profile['followers'];
|
||||
}
|
||||
if (!in_array($receiver, $exclude)) {
|
||||
$permissions[$element][] = $receiver;
|
||||
|
|
Loading…
Reference in a new issue