Federated room joins (#2188)

This commit is contained in:
Timo
2024-02-21 15:41:59 +01:00
committed by GitHub
parent 1dfe378700
commit c4075f736f
2 changed files with 2 additions and 4 deletions

View File

@@ -189,6 +189,7 @@ export async function initClient(
}
await client.initCrypto();
client.setGlobalErrorOnUnknownDevices(false);
await client.startClient();
await waitForSync(client);