MAINT-1322 IMs from users with muted voice (but not text) should be received
parent
b64fe9899d
commit
e2bb0c170e
|
|
@ -2703,7 +2703,7 @@ void LLIMMgr::addMessage(
|
|||
|
||||
// Logically it would make more sense to reject the session sooner, in another area of the
|
||||
// code, but the session has to be established inside the server before it can be left.
|
||||
if (LLMuteList::getInstance()->isMuted(other_participant_id) && !from_linden)
|
||||
if (LLMuteList::getInstance()->isMuted(other_participant_id, LLMute::flagTextChat) && !from_linden)
|
||||
{
|
||||
LL_WARNS() << "Leaving IM session from initiating muted resident " << from << LL_ENDL;
|
||||
if(!gIMMgr->leaveSession(new_session_id))
|
||||
|
|
|
|||
Loading…
Reference in New Issue