Fix opening a conversation from notification
This commit is contained in:
parent
9f873e21a2
commit
6b70aecf29
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
openConversation: function(conversation) {
|
openConversation: function(conversation) {
|
||||||
if (conversation) {
|
if (conversation) {
|
||||||
this.openInbox().then(function() {
|
this.openInbox().then(function() {
|
||||||
this.inboxView.openConversation(conversation);
|
this.inboxView.openConversation(null, conversation);
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue