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