You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Give DMRoomMap an explicit makeShared
Otherwise it will hang on to the old state client on logout.
This commit is contained in:
@@ -318,7 +318,7 @@ export function startMatrixClient() {
|
||||
Notifier.start();
|
||||
UserActivity.start();
|
||||
Presence.start();
|
||||
DMRoomMap.shared().start();
|
||||
DMRoomMap.makeShared().start();
|
||||
|
||||
MatrixClientPeg.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user