Merge branch 'mastodon-admin-scopes' into 'develop'
Add Mastodon admin scopes See merge request soapbox-pub/soapbox-fe!1668
This commit is contained in:
commit
6be7c58883
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
* @see POST /api/v1/apps
|
* @see POST /api/v1/apps
|
||||||
* @see POST /oauth/token
|
* @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.
|
* Ability to manage account security settings.
|
||||||
|
|
Loading…
Reference in a new issue