mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 22:34:26 +02:00
Switch parameters
This commit is contained in:
parent
b46f18bdf9
commit
b6fcfebd56
22 changed files with 30 additions and 30 deletions
|
@ -58,6 +58,6 @@ class Reblog extends BaseApi
|
|||
Item::performActivity($item['id'], 'announce', $uid);
|
||||
}
|
||||
|
||||
System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, true, true, self::appSupportsQuotes())->toArray());
|
||||
System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, self::appSupportsQuotes())->toArray());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue