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

Commit 57d82eb

Browse files
authored
Merge pull request #572 from matrix-org/dbkr/fix_tests
Don't default the page_type to room directory
2 parents 56f224e + 8547d00 commit 57d82eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/MatrixChat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = React.createClass({
7676
screen: undefined,
7777

7878
// What the LoggedInView would be showing if visible
79-
page_type: PageTypes.RoomDirectory,
79+
page_type: null,
8080

8181
// If we are viewing a room by alias, this contains the alias
8282
currentRoomAlias: null,

0 commit comments

Comments
 (0)