From 83fa9661cf97fb5c30a82765f440cb752f11d4a9 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Tue, 12 Nov 2024 12:27:49 +0000 Subject: [PATCH] Init client with a memory store (for MSC4222) (#2764) * Bump matrix-js-sdk for MSC4222 support * Init client with a memory store. --------- Co-authored-by: Robin --- src/utils/matrix.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/matrix.ts b/src/utils/matrix.ts index d3821a3f..4b966429 100644 --- a/src/utils/matrix.ts +++ b/src/utils/matrix.ts @@ -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: