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 <robin@robin.town>
This commit is contained in:
@@ -123,6 +123,7 @@ export async function initClient(
|
|||||||
localTimeoutMs: 5000,
|
localTimeoutMs: 5000,
|
||||||
useE2eForGroupCall: e2eEnabled,
|
useE2eForGroupCall: e2eEnabled,
|
||||||
fallbackICEServerAllowed: fallbackICEServerAllowed,
|
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:
|
// In case of logging in a new matrix account but there is still crypto local store. This is needed for:
|
||||||
|
|||||||
Reference in New Issue
Block a user