mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-22 18:55:29 +00:00
Make sure newly active conversations are added to the inbox
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
|
||||
window.notifyConversation = function(message) {
|
||||
var conversationId = message.get('conversationId');
|
||||
var conversation = conversations.add({id: conversationId});
|
||||
var conversation = ConversationController.create({id: conversationId});
|
||||
if (inboxOpened) {
|
||||
conversation.reload();
|
||||
extension.windows.drawAttention(inboxWindowId);
|
||||
|
||||
Reference in New Issue
Block a user