mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
[mastodon-client] Register full OAuth scopes as well
This commit is contained in:
parent
3399187302
commit
129cc4408a
@ -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 New Issue
Block a user