Skip to content
Snippets Groups Projects
Commit 11199f2b authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

CHUI-824 FIXED Open Message panel when session is activated.

parent 17919524
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ void LLFloaterIMContainer::sessionAdded(const LLUUID& session_id, const std::str
void LLFloaterIMContainer::sessionActivated(const LLUUID& session_id, const std::string& name, const LLUUID& other_participant_id)
{
selectConversationPair(session_id, true);
collapseMessagesPane(false);
}
void LLFloaterIMContainer::sessionVoiceOrIMStarted(const LLUUID& session_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment