mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
30e7836a19
Port front-end changes from 44b2ee3485
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
4 lines
183 B
JavaScript
4 lines
183 B
JavaScript
export const PERMISSION_INVITE_USERS = 0x0000000000010000;
|
|
export const PERMISSION_MANAGE_USERS = 0x0000000000000400;
|
|
export const PERMISSION_MANAGE_REPORTS = 0x0000000000000010;
|