You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Default to home page when settings is closed
If the current room isn't set.
This commit is contained in:
@ -1307,7 +1307,7 @@ module.exports = React.createClass({
|
||||
});
|
||||
} else {
|
||||
dis.dispatch({
|
||||
action: 'view_room_directory',
|
||||
action: 'view_home_page',
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user