mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
GContact discovery added
This commit is contained in:
parent
bf35ff27d3
commit
a6e7b5f295
7 changed files with 83 additions and 4 deletions
|
@ -345,7 +345,7 @@ class Transmitter
|
|||
continue;
|
||||
}
|
||||
|
||||
if ($receiver == $profile['followers'] && !empty($item_profile['followers'])) {
|
||||
if (!empty($profile['followers']) && $receiver == $profile['followers'] && !empty($item_profile['followers'])) {
|
||||
$permissions[$element][] = $item_profile['followers'];
|
||||
} elseif (!in_array($receiver, $exclude)) {
|
||||
$permissions[$element][] = $receiver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue