1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-07-21 17:56:50 +01:00
parent 95854a2f67
commit 6f34c36537
2 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ export class ActiveRoomObserver {
};
}
if (window.mx_ActiveRoomObserver === undefined) {
window.mx_ActiveRoomObserver = new ActiveRoomObserver();
if (window.mxActiveRoomObserver === undefined) {
window.mxActiveRoomObserver = new ActiveRoomObserver();
}
export default window.mx_ActiveRoomObserver;
export default window.mxActiveRoomObserver;