Don't default the page_type to room directory

As it breaks the behaviour of redirecting to /#/directory
pull/21833/head
David Baker 2016-11-24 16:39:48 +00:00
parent 56f224e513
commit 8547d00f32
1 changed files with 1 additions and 1 deletions

View File

@ -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,