mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +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);
|
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 New Issue
Block a user