mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
Move FSuggest to depository
This commit is contained in:
parent
4a50a83437
commit
82a6c78033
13 changed files with 236 additions and 464 deletions
|
@ -90,7 +90,7 @@ class Notifier
|
|||
'APDelivery', $cmd, $target_id, $inbox, $uid, $receivers, $post_uriid);
|
||||
}
|
||||
} elseif ($cmd == Delivery::SUGGESTION) {
|
||||
$suggest = DI::fsuggest()->getById($target_id);
|
||||
$suggest = DI::fsuggest()->selectOneById($target_id);
|
||||
$uid = $suggest->uid;
|
||||
$recipients[] = $suggest->cid;
|
||||
} elseif ($cmd == Delivery::REMOVAL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue