diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 7d4c13dbb3..e3683def39 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -525,7 +525,7 @@ const getInstanceFeatures = (instance: Instance) => { * @see POST /api/v1/apps * @see POST /oauth/token */ - scopes: v.software === PLEROMA ? 'read write follow push admin' : 'read write follow push', + scopes: v.software === PLEROMA ? 'read write follow push admin' : 'read write follow push admin:read admin:write', /** * Ability to manage account security settings.