~cytrogen/masto-fe

ref: fc8be8b0e7538391ca1071d7b192db3eef4c243f masto-fe/app/javascript/flavours/glitch/permissions.ts -rw-r--r-- 243 bytes
fc8be8b0 — Ittihadyya favorite -> favourite, not sure if that's the preferred form but i've seen a lot more written that way within the repo, altho this is trivial to change. also added the string for translation 6 months ago
                                                                                
1
2
3
4
export const PERMISSION_INVITE_USERS = 0x0000000000010000;
export const PERMISSION_MANAGE_USERS = 0x0000000000000400;
export const PERMISSION_MANAGE_FEDERATION = 0x0000000000000020;
export const PERMISSION_MANAGE_REPORTS = 0x0000000000000010;