]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Blocks.php
Merge pull request #10251 from nupplaphil/feat/drone_phptest
[friendica.git] / src / Module / Api / Mastodon / Blocks.php
index e93743ac29405cda1e47e94040c9b49e396c8ac2..b05cb313e8f0c016641f9d1f8ab78aabea1c73a9 100644 (file)
@@ -37,7 +37,7 @@ class Blocks extends BaseApi
         */
        public static function rawContent(array $parameters = [])
        {
-               self::login();
+               self::login(self::SCOPE_READ);
                $uid = self::getCurrentUserID();
 
                if (empty($parameters['id'])) {