mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Revert "Init client with a memory store (for MSC4222) (#2764)"
This reverts commit 83fa9661cf
. We won't need this hack once we're no longer using a matrix-js-sdk branch with MSC4222 support.
This commit is contained in:
parent
8891a9a70e
commit
3ab9bb72e2
@ -123,7 +123,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:
|
||||
|
Loading…
Reference in New Issue
Block a user