mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Fix opening a conversation from notification
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
openConversation: function(conversation) {
|
||||
if (conversation) {
|
||||
this.openInbox().then(function() {
|
||||
this.inboxView.openConversation(conversation);
|
||||
this.inboxView.openConversation(null, conversation);
|
||||
}.bind(this));
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user