diff --git a/src/Module/BaseApi.php b/src/Module/BaseApi.php index b5fc8c849..d6e5f748f 100644 --- a/src/Module/BaseApi.php +++ b/src/Module/BaseApi.php @@ -372,7 +372,7 @@ class BaseApi extends BaseModule */ public static function appSupportsQuotes(): bool { - $token = self::getCurrentApplication(); + $token = OAuth::getCurrentApplicationToken(); return (!empty($token['name']) && in_array($token['name'], ['Fedilab'])); }