SL-12503 FIXED Voice notification isn't displayed near the "Speak" button

master
maxim_productengine 2020-03-10 17:40:33 +02:00
parent 57b32eb01c
commit 5bc97f1fa3
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ LLIMModel::LLIMModel()
{
addNewMsgCallback(boost::bind(&LLFloaterIMSession::newIMCallback, _1));
addNewMsgCallback(boost::bind(&on_new_message, _1));
LLCallDialogManager::instance();
}
LLIMModel::LLIMSession::LLIMSession(const LLUUID& session_id, const std::string& name, const EInstantMessage& type, const LLUUID& other_participant_id, const uuid_vec_t& ids, bool voice, bool has_offline_msg)