Skip to content

Commit

Permalink
Fix for missing client store (caused by: #2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed Sep 2, 2024
1 parent 270540f commit 1a2c430
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/matrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1a2c430

Please sign in to comment.