We now send the previous followers collection as well
This commit is contained in:
parent
f14dae8d77
commit
bb3f07b0b7
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