Skip to content

Commit

Permalink
Init client with a memory store (for MSC4222) (#2764)
Browse files Browse the repository at this point in the history
* Bump matrix-js-sdk for MSC4222 support

* Init client with a memory store.

---------

Co-authored-by: Robin <[email protected]>
  • Loading branch information
Half-Shot and robintown authored Nov 12, 2024
1 parent 6c24763 commit 83fa966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/matrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export async function initClient(
localTimeoutMs: 5000,
useE2eForGroupCall: e2eEnabled,
fallbackICEServerAllowed: fallbackICEServerAllowed,
store: new MemoryStore(),
});

// In case of logging in a new matrix account but there is still crypto local store. This is needed for:
Expand Down

0 comments on commit 83fa966

Please sign in to comment.