From 2472f11ec0e6839cc78672c7781e1dbfa6495939 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 17 Feb 2022 09:47:57 +0100 Subject: [PATCH] export RoomStatus --- src/lib.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.ts b/src/lib.ts index cc88690c..89cd7706 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -16,6 +16,7 @@ limitations under the License. export {Platform} from "./platform/web/Platform.js"; export {Client, LoadStatus} from "./matrix/Client.js"; +export {RoomStatus} from "./matrix/room/common"; // export main view & view models export {createNavigation, createRouter} from "./domain/navigation/index.js"; export {RootViewModel} from "./domain/RootViewModel.js";