forked from administration/panel
fix: add additional perms for moderation
parent
b38b613c44
commit
fee6114df0
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue