diff --git a/src/stores/room-list-v3/RoomListStoreV3.ts b/src/stores/room-list-v3/RoomListStoreV3.ts index b643755a2a..9d6355788b 100644 --- a/src/stores/room-list-v3/RoomListStoreV3.ts +++ b/src/stores/room-list-v3/RoomListStoreV3.ts @@ -161,6 +161,10 @@ export class RoomListStoreV3Class extends AsyncStoreWithClient { this.emit(LISTS_UPDATE_EVENT); } + protected async onNotReady(): Promise { + this.roomSkipList = undefined; + } + protected async onAction(payload: ActionPayload): Promise { if (!this.matrixClient || !this.roomSkipList?.initialized) return;