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