mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Switch parameters
This commit is contained in:
parent
b46f18bdf9
commit
b6fcfebd56
22 changed files with 30 additions and 30 deletions
|
@ -53,6 +53,6 @@ class Mute extends BaseApi
|
|||
|
||||
Post\ThreadUser::setIgnored($this->parameters['id'], $uid, true);
|
||||
|
||||
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