Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2aba646

Browse files
committed
Clear room alias etc. on logout
1 parent 0069393 commit 2aba646

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/structures/MatrixChat.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@ module.exports = React.createClass({
598598
ready: false,
599599
collapse_lhs: false,
600600
collapse_rhs: false,
601+
currentRoomAlias: null,
602+
currentRoomId: null,
603+
page_type: PageTypes.RoomDirectory,
601604
});
602605
},
603606

0 commit comments

Comments
 (0)