mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
[mastodon-client] Register full OAuth scopes as well
This commit is contained in:
parent
3399187302
commit
129cc4408a
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,8 @@ export class AuthHelpers {
|
|||
res.push(...this.writeScopes);
|
||||
else if (scope === "follow")
|
||||
res.push(...this.followScopes);
|
||||
else
|
||||
res.push(scope);
|
||||
|
||||
res.push(scope);
|
||||
}
|
||||
|
||||
return unique(res);
|
||||
|
|
Loading…
Reference in a new issue