Skip to content

Commit 83fa966

Browse files
Half-Shotrobintown
andauthored
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>
1 parent 6c24763 commit 83fa966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/matrix.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export async function initClient(
123123
localTimeoutMs: 5000,
124124
useE2eForGroupCall: e2eEnabled,
125125
fallbackICEServerAllowed: fallbackICEServerAllowed,
126+
store: new MemoryStore(),
126127
});
127128

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

0 commit comments

Comments
 (0)