1
0
Fork 0

Fix moderators that cannot access the muted servers table

This commit is contained in:
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

View file

@ -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'
} }