From cff1762cc374edbe6114a2b90401b645e4ad65fb Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 21 Jul 2022 15:26:46 -0500 Subject: [PATCH] Add Mastodon admin scopes --- app/soapbox/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 7d4c13dbb..e3683def3 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.