diff --git a/src/stores/room-list/RoomListStore2.ts b/src/stores/room-list/RoomListStore2.ts index 4741e1a30f..38a9509e0c 100644 --- a/src/stores/room-list/RoomListStore2.ts +++ b/src/stores/room-list/RoomListStore2.ts @@ -481,8 +481,9 @@ export class RoomListStore2 extends AsyncStore { }; private onAlgorithmFilterUpdated = () => { - // The filter can happen off-cycle, so trigger an update if we need to. - this.updateFn.triggerIfWillMark(); + // The filter can happen off-cycle, so trigger an update. The filter will have + // already caused a mark. + this.updateFn.trigger(); }; /**