1
0
Fork 0

fix: add additional perms for moderation

fix-1
Paul Makles 2023-08-05 21:01:07 +01:00
parent b38b613c44
commit fee6114df0
No known key found for this signature in database
GPG Key ID: 5059F398521BB0F6
1 changed files with 6 additions and 1 deletions

View File

@ -95,10 +95,11 @@ const PermissionSets = {
// User support
"user-support": [
"accounts/fetch/by-id",
"users/fetch/by-id",
"users/fetch/strikes",
"users/fetch/notices",
"accounts/fetch/by-id",
"accounts/disable",
"accounts/restore",
"accounts/deletion/queue",
@ -107,6 +108,10 @@ const PermissionSets = {
// Moderate users
"moderate-users": [
"users/fetch/by-id",
"users/fetch/strikes",
"users/fetch/notices",
// "bots/fetch/by-user",
// "messages/fetch/by-user",
// "users/fetch/memberships",