Fix opening a conversation from notification

This commit is contained in:
lilia
2017-04-21 10:14:03 -07:00
committed by Scott Nonnenberg
parent 9f873e21a2
commit 6b70aecf29

View File

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