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

Commit 8547d00

Browse files
committed
Don't default the page_type to room directory
As it breaks the behaviour of redirecting to /#/directory
1 parent 56f224e commit 8547d00

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)