1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Merge pull request #572 from matrix-org/dbkr/fix_tests

Don't default the page_type to room directory
This commit is contained in:
Richard van der Hoff
2016-11-24 16:47:36 +00:00
committed by GitHub

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,