mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00:00
Move FSuggest to depository
This commit is contained in:
parent
4a50a83437
commit
82a6c78033
13 changed files with 236 additions and 464 deletions
|
@ -1782,7 +1782,7 @@ class Transmitter
|
|||
{
|
||||
$owner = User::getOwnerDataById($uid);
|
||||
|
||||
$suggestion = DI::fsuggest()->getById($suggestion_id);
|
||||
$suggestion = DI::fsuggest()->selectOneById($suggestion_id);
|
||||
|
||||
$data = ['@context' => ActivityPub::CONTEXT,
|
||||
'id' => DI::baseUrl() . '/activity/' . System::createGUID(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue