Fix moderators that cannot access the muted servers table

pull/1635/head
Chocobozzz 2019-02-14 10:22:10 +01:00
parent 344d8be566
commit 72be63e56f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export const ModerationRoutes: Routes = [
component: InstanceServerBlocklistComponent,
canActivate: [ UserRightGuard ],
data: {
userRight: UserRight.MANAGE_SERVER_REDUNDANCY,
userRight: UserRight.MANAGE_SERVERS_BLOCKLIST,
meta: {
title: 'Muted instances'
}