diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 4d3ddc5634..7fa7c9f152 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -598,6 +598,9 @@ module.exports = React.createClass({ ready: false, collapse_lhs: false, collapse_rhs: false, + currentRoomAlias: null, + currentRoomId: null, + page_type: PageTypes.RoomDirectory, }); },