Add comment

This commit is contained in:
David Baker
2023-07-10 16:04:06 +01:00
parent 4c6535243d
commit f6383fb4b5

View File

@@ -170,6 +170,8 @@ export const widget: WidgetHelpers | null = (() => {
const clientPromise = new Promise<MatrixClient>((resolve) => {
(async () => {
// wait for the config file to be ready (we load very early on so it might not
// be otherwise)
await Config.init();
const livekit = Config.get().livekit;
const focus = livekit?.livekit_service_url;