diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 7fa7c9f152..2a31850f68 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -76,7 +76,7 @@ module.exports = React.createClass({ screen: undefined, // What the LoggedInView would be showing if visible - page_type: PageTypes.RoomDirectory, + page_type: null, // If we are viewing a room by alias, this contains the alias currentRoomAlias: null,