Give DMRoomMap an explicit makeShared
Otherwise it will hang on to the old state client on logout.
This commit is contained in:
parent
690309adfc
commit
2be1cc9f85
2 changed files with 11 additions and 5 deletions
|
@ -318,7 +318,7 @@ export function startMatrixClient() {
|
|||
Notifier.start();
|
||||
UserActivity.start();
|
||||
Presence.start();
|
||||
DMRoomMap.shared().start();
|
||||
DMRoomMap.makeShared().start();
|
||||
|
||||
MatrixClientPeg.start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue