Make sure newly active conversations are added to the inbox
This commit is contained in:
		
					parent
					
						
							
								fbb50e6621
							
						
					
				
			
			
				commit
				
					
						5b430fa8aa
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue