You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-27 15:01:53 +03:00
Don't default the page_type to room directory
As it breaks the behaviour of redirecting to /#/directory
This commit is contained in:
@ -76,7 +76,7 @@ module.exports = React.createClass({
|
|||||||
screen: undefined,
|
screen: undefined,
|
||||||
|
|
||||||
// What the LoggedInView would be showing if visible
|
// 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
|
// If we are viewing a room by alias, this contains the alias
|
||||||
currentRoomAlias: null,
|
currentRoomAlias: null,
|
||||||
|
Reference in New Issue
Block a user