Switch parameters

This commit is contained in:
Michael 2023-01-25 20:14:33 +00:00
parent b46f18bdf9
commit b6fcfebd56
22 changed files with 30 additions and 30 deletions

View file

@ -65,6 +65,6 @@ class Bookmark extends BaseApi
Item::update(['starred' => true], ['id' => $item['id']]);
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());
}
}