mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-10 06:25:13 +00:00
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
3 lines
183 B
JavaScript
3 lines
183 B
JavaScript
export const PERMISSION_INVITE_USERS = 0x0000000000010000;
|
|
export const PERMISSION_MANAGE_USERS = 0x0000000000000400;
|
|
export const PERMISSION_MANAGE_REPORTS = 0x0000000000000010;
|