Fix opening a conversation from notification

pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 9f873e21a2
commit 6b70aecf29
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -76,7 +76,7 @@
openConversation: function(conversation) {
if (conversation) {
this.openInbox().then(function() {
this.inboxView.openConversation(conversation);
this.inboxView.openConversation(null, conversation);
}.bind(this));
}
},

Loading…
Cancel
Save