mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-27 01:46:25 -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);
|
res.push(...this.writeScopes);
|
||||||
else if (scope === "follow")
|
else if (scope === "follow")
|
||||||
res.push(...this.followScopes);
|
res.push(...this.followScopes);
|
||||||
else
|
|
||||||
res.push(scope);
|
res.push(scope);
|
||||||
}
|
}
|
||||||
|
|
||||||
return unique(res);
|
return unique(res);
|
||||||
|
|
Loading…
Reference in a new issue