parent
95854a2f67
commit
6f34c36537
|
@ -41,7 +41,7 @@ declare global {
|
||||||
mxRebrandListener: RebrandListener;
|
mxRebrandListener: RebrandListener;
|
||||||
mxRoomListStore: RoomListStoreClass;
|
mxRoomListStore: RoomListStoreClass;
|
||||||
mxRoomListLayoutStore: RoomListLayoutStore;
|
mxRoomListLayoutStore: RoomListLayoutStore;
|
||||||
mx_ActiveRoomObserver: ActiveRoomObserver;
|
mxActiveRoomObserver: ActiveRoomObserver;
|
||||||
mxPlatformPeg: PlatformPeg;
|
mxPlatformPeg: PlatformPeg;
|
||||||
mxIntegrationManagers: typeof IntegrationManagers;
|
mxIntegrationManagers: typeof IntegrationManagers;
|
||||||
singletonModalManager: ModalManager;
|
singletonModalManager: ModalManager;
|
||||||
|
|
|
@ -77,7 +77,7 @@ export class ActiveRoomObserver {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window.mx_ActiveRoomObserver === undefined) {
|
if (window.mxActiveRoomObserver === undefined) {
|
||||||
window.mx_ActiveRoomObserver = new ActiveRoomObserver();
|
window.mxActiveRoomObserver = new ActiveRoomObserver();
|
||||||
}
|
}
|
||||||
export default window.mx_ActiveRoomObserver;
|
export default window.mxActiveRoomObserver;
|
||||||
|
|
Loading…
Reference in New Issue