improvements

This commit is contained in:
nupplaPhil 2020-02-01 00:27:46 +01:00
parent c5653d30f3
commit f21196df7c
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
3 changed files with 10 additions and 5 deletions

View file

@ -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) {