mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 18:46:43 -06:00
Update api-permissions.ts
This commit is contained in:
parent
23821d6fad
commit
f37c25d00e
1 changed files with 4 additions and 0 deletions
|
@ -27,4 +27,8 @@ export const kinds = [
|
||||||
'write:user-groups',
|
'write:user-groups',
|
||||||
'read:channels',
|
'read:channels',
|
||||||
'write:channels',
|
'write:channels',
|
||||||
|
'read:gallery',
|
||||||
|
'write:gallery',
|
||||||
|
'read:gallery-likes',
|
||||||
|
'write:gallery-likes',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue