From 1a2c430453be0a30261246b0379b62fc54b438d0 Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 30 Aug 2024 10:37:18 +0200 Subject: [PATCH] Fix for missing client store (caused by: #2587) --- src/utils/matrix.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/matrix.ts b/src/utils/matrix.ts index d5735e00..1cf3d16b 100644 --- a/src/utils/matrix.ts +++ b/src/utils/matrix.ts @@ -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) {