[mastodon-client] Register full OAuth scopes as well

This commit is contained in:
Laura Hausmann 2024-02-14 23:56:11 +01:00
parent 3399187302
commit 129cc4408a
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -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);