Fix moderators that cannot access the muted servers table
This commit is contained in:
parent
344d8be566
commit
72be63e56f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export const ModerationRoutes: Routes = [
|
||||||
component: InstanceServerBlocklistComponent,
|
component: InstanceServerBlocklistComponent,
|
||||||
canActivate: [ UserRightGuard ],
|
canActivate: [ UserRightGuard ],
|
||||||
data: {
|
data: {
|
||||||
userRight: UserRight.MANAGE_SERVER_REDUNDANCY,
|
userRight: UserRight.MANAGE_SERVERS_BLOCKLIST,
|
||||||
meta: {
|
meta: {
|
||||||
title: 'Muted instances'
|
title: 'Muted instances'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue