mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +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) {
|
if (client.initCrypto) {
|
||||||
await client.initCrypto();
|
await client.initCrypto();
|
||||||
|
client.setGlobalErrorOnUnknownDevices(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
await client.startClient({
|
await client.startClient({
|
||||||
|
|||||||
Reference in New Issue
Block a user