mirror of
https://github.com/friendica/friendica
synced 2025-05-05 23:04:09 +02:00
improvements
This commit is contained in:
parent
c5653d30f3
commit
f21196df7c
3 changed files with 10 additions and 5 deletions
|
@ -71,9 +71,6 @@ class Notifier
|
|||
}
|
||||
} elseif ($cmd == Delivery::SUGGESTION) {
|
||||
$suggest = DI::fsuggest()->getById($target_id);
|
||||
if (empty($suggest)) {
|
||||
return;
|
||||
}
|
||||
$uid = $suggest->uid;
|
||||
$recipients[] = $suggest->cid;
|
||||
} elseif ($cmd == Delivery::REMOVAL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue