mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-17 12:24:31 +00:00
96e99e2170
Port 51b83ed195
to glitch-soc
5 lines
243 B
TypeScript
5 lines
243 B
TypeScript
export const PERMISSION_INVITE_USERS = 0x0000000000010000;
|
|
export const PERMISSION_MANAGE_USERS = 0x0000000000000400;
|
|
export const PERMISSION_MANAGE_FEDERATION = 0x0000000000000020;
|
|
export const PERMISSION_MANAGE_REPORTS = 0x0000000000000010;
|