Merge branch 'mastodon-admin-scopes' into 'develop'

Add Mastodon admin scopes

See merge request soapbox-pub/soapbox-fe!1668
environments/review-develop-3zknud/deployments/624
Alex Gleason 2 years ago
commit 6be7c58883

@ -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.

Loading…
Cancel
Save