1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Default to home page when settings is closed

If the current room isn't set.
This commit is contained in:
Luke Barnard
2017-06-09 10:08:26 +01:00
parent f680bb5d3c
commit a21b6e61a6

View File

@ -1307,7 +1307,7 @@ module.exports = React.createClass({
}); });
} else { } else {
dis.dispatch({ dis.dispatch({
action: 'view_room_directory', action: 'view_home_page',
}); });
} }
}, },