mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Fix for missing client store (caused by: #2587)
This commit is contained in:
@@ -142,8 +142,6 @@ export async function initClient(
|
||||
// Start client store.
|
||||
// Note: The `client.store` is used to store things like sync results. It's independent of
|
||||
// the cryptostore, and uses a separate indexeddb database.
|
||||
|
||||
// start the client store (totally independent to the crypto store)
|
||||
try {
|
||||
await client.store.startup();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user