]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Inbox.php
Use the post language for the language detection / config for quality
[friendica.git] / src / Module / ActivityPub / Inbox.php
index 10e4c9db04cec2542707e7266d02932d24068f01..ee9d098da4620f44088513022357dbd139299c2c 100644 (file)
@@ -45,7 +45,7 @@ class Inbox extends BaseApi
 
        protected function rawContent(array $request = [])
        {
-               self::checkAllowedScope(self::SCOPE_READ);
+               $this->checkAllowedScope(self::SCOPE_READ);
                $uid  = self::getCurrentUserID();
                $page = $request['page'] ?? null;