1
0
Fork 0

chore: update ACLs

fix-1
Paul Makles 2023-08-05 21:50:41 +01:00
parent 12ee0001f9
commit 772bc75e34
No known key found for this signature in database
GPG Key ID: 5059F398521BB0F6
1 changed files with 5 additions and 0 deletions

View File

@ -164,6 +164,11 @@ const ACL: Record<string, Set<Permission>> = {
...Roles["revolt-discover"],
...Roles["user-support"],
] as Permission[]),
"beartechtalks@gmail.com": new Set([
...Roles["moderator"],
...Roles["revolt-discover"],
...Roles["user-support"],
] as Permission[]),
};
function hasPermission(email: string, permission: Permission) {