X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FApi%2FMastodon%2FFilters.php;h=c2ee8034304a3dbd8dceae054e824f4771969151;hb=85f57e69faaca3645c596afd12e4b024194ae349;hp=f14b74a0bd8dd2ef0fb2e9c72c30f2d1c7419707;hpb=877b90f7f032b1b053006f7599b633c63c0b564b;p=friendica.git diff --git a/src/Module/Api/Mastodon/Filters.php b/src/Module/Api/Mastodon/Filters.php index f14b74a0bd..c2ee803430 100644 --- a/src/Module/Api/Mastodon/Filters.php +++ b/src/Module/Api/Mastodon/Filters.php @@ -1,6 +1,6 @@ unsupported(Router::POST); + $this->response->unsupported(Router::POST, $request); } /** - * @param array $parameters * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ - public static function rawContent(array $parameters = []) + protected function rawContent(array $request = []) { self::checkAllowedScope(self::SCOPE_READ);