mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Appease the linter
This commit is contained in:
parent
b9c57f47b0
commit
c2c328e23c
@ -31,13 +31,17 @@ export class VisibilityProvider {
|
||||
}
|
||||
|
||||
public isRoomVisible(room: Room): boolean {
|
||||
/* eslint-disable prefer-const */
|
||||
let isVisible = true; // Returned at the end of this function
|
||||
let forced = false; // When true, this function won't bother calling the customisation points
|
||||
/* eslint-enable prefer-const */
|
||||
|
||||
// ------
|
||||
// TODO: The `if` statements to control visibility of custom room types
|
||||
// would go here. The remainder of this function assumes that the statements
|
||||
// will be here.
|
||||
//
|
||||
// When removing this comment block, please remove the lint disable lines in the area.
|
||||
// ------
|
||||
|
||||
const isVisibleFn = RoomListCustomisations.isRoomVisible;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user