SL-12503 FIXED Voice notification isn't displayed near the "Speak" button
parent
57b32eb01c
commit
5bc97f1fa3
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue