mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +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