mirror of
https://github.com/Sevichecc/m-oauth.git
synced 2025-04-29 22:49:31 +08:00
fix: pleroma admin type
This commit is contained in:
parent
ef5f6352c2
commit
d5d54f5769
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const PLEROMA_ADMIN_READ_SCOPES = [
|
|||
"admin:read:media_proxy_caches",
|
||||
];
|
||||
const PLEROMA_ADMIN_WRITE_SCOPES = [
|
||||
...ADMIN_READ_SCOPES,
|
||||
...ADMIN_WRITE_SCOPES,
|
||||
"admin:write:chats",
|
||||
"admin:write:invites",
|
||||
"admin:write:statuses",
|
||||
|
|
Loading…
Reference in a new issue