Fix double-opening exsisting conversations from typeahead
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
'click .fab': 'showCompose',
|
||||
'open #contacts': 'openConversation',
|
||||
'open .contacts': 'openConversation',
|
||||
'open .new-conversation': 'openConversation',
|
||||
'open .new-group-update-form': 'openConversation',
|
||||
'open .new-contact': 'createConversation',
|
||||
},
|
||||
openConversation: function(e, data) {
|
||||
|
Reference in New Issue
Block a user