mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-06 07:20:25 +00:00
Disable error on unverified device.
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -190,6 +190,7 @@ export async function initClient(
|
||||
|
||||
if (client.initCrypto) {
|
||||
await client.initCrypto();
|
||||
client.setGlobalErrorOnUnknownDevices(false);
|
||||
}
|
||||
|
||||
await client.startClient({
|
||||
|
||||
Reference in New Issue
Block a user