0
0
Fork 0

Add link from Web UI for Hashtags to the Moderation UI (#31448)

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
This commit is contained in:
Emelia Smith 2024-11-29 08:36:17 +01:00 committed by GitHub
parent 7a4370f2d9
commit eef8d2c855
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 5 deletions

View file

@ -1,5 +1,6 @@
export const PERMISSION_INVITE_USERS = 0x0000000000010000;
export const PERMISSION_MANAGE_USERS = 0x0000000000000400;
export const PERMISSION_MANAGE_TAXONOMIES = 0x0000000000000100;
export const PERMISSION_MANAGE_FEDERATION = 0x0000000000000020;
export const PERMISSION_MANAGE_REPORTS = 0x0000000000000010;