1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-12 12:41:46 +03:00

fix up Start Chat behaviour as per Amandine's feedback

This commit is contained in:
Matthew Hodgson
2016-01-21 00:16:10 +00:00
parent 35c141cda9
commit deca90d0a7
5 changed files with 23 additions and 12 deletions

View File

@ -375,7 +375,7 @@ module.exports = React.createClass({
dis.dispatch({
action: 'view_room',
room_id: res.room_id,
show_settings: true,
// show_settings: true,
});
}, function(err) {
modal.close();