|
|
@ -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);
|
|
|
|