From c59ab8187557edbbd73eae8f520bc2a6d82cca4d Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 12 Nov 2024 13:46:58 +0100 Subject: [PATCH] Remove memory store to make it testable --- src/utils/matrix.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/matrix.ts b/src/utils/matrix.ts index 88e1d1cd..ccb3c467 100644 --- a/src/utils/matrix.ts +++ b/src/utils/matrix.ts @@ -125,7 +125,6 @@ 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: