mirror of
https://github.com/friendica/friendica
synced 2025-01-03 20:42:19 +00:00
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) {
|
foreach ($activity[$element] as $receiver) {
|
||||||
if ($receiver == $profile['followers'] && !empty($item_profile['followers'])) {
|
if ($receiver == $profile['followers'] && !empty($item_profile['followers'])) {
|
||||||
$receiver = $item_profile['followers'];
|
$permissions[$element][] = $item_profile['followers'];
|
||||||
}
|
}
|
||||||
if (!in_array($receiver, $exclude)) {
|
if (!in_array($receiver, $exclude)) {
|
||||||
$permissions[$element][] = $receiver;
|
$permissions[$element][] = $receiver;
|
||||||
|
|
Loading…
Reference in a new issue