Add Mastodon admin scopes
This commit is contained in:
parent
2941c121e9
commit
cff1762cc3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue