mirror of https://github.com/Chocobozzz/PeerTube
Fix moderators that cannot access the muted servers table
parent
9b69bfc076
commit
bf12db2497
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue