We now send the previous followers collection as well

This commit is contained in:
Michael 2018-10-21 20:49:50 +00:00
parent f14dae8d77
commit bb3f07b0b7
1 changed files with 1 additions and 1 deletions

View File

@ -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;