File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ import { type DeepReadonly } from "./common";
47
47
import type MatrixChat from "../components/structures/MatrixChat" ;
48
48
import { type InitialCryptoSetupStore } from "../stores/InitialCryptoSetupStore" ;
49
49
import { type ModuleApiType } from "../modules/Api.ts" ;
50
+ import type { RoomListStoreV3Class } from "../stores/room-list-v3/RoomListStoreV3.ts" ;
50
51
51
52
/* eslint-disable @typescript-eslint/naming-convention */
52
53
@@ -99,6 +100,7 @@ declare global {
99
100
mxToastStore : ToastStore ;
100
101
mxDeviceListener : DeviceListener ;
101
102
mxRoomListStore : RoomListStore ;
103
+ mxRoomListStoreV3 : RoomListStoreV3Class ;
102
104
mxRoomListLayoutStore : RoomListLayoutStore ;
103
105
mxPlatformPeg : PlatformPeg ;
104
106
mxIntegrationManagers : typeof IntegrationManagers ;
Original file line number Diff line number Diff line change @@ -228,3 +228,5 @@ export default class RoomListStoreV3 {
228
228
return this . internalInstance ;
229
229
}
230
230
}
231
+
232
+ window . mxRoomListStoreV3 = RoomListStoreV3 . instance ;
You can’t perform that action at this time.
0 commit comments