Does not select already opened multi chat tabs on new messages, just changes the color and adds the number of unread messages.

fix-message-formatting 5281
Damian Minkov 11 years ago
parent bed57de8c0
commit 29953c199f

@ -307,7 +307,7 @@ else if(o instanceof ChatRoomMessageReceivedEvent)
null);
if(createWindow)
chatWindowManager.openChat(chatPanel, true);
chatWindowManager.openChat(chatPanel, false);
}
/**

Loading…
Cancel
Save