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();