diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 31b66c892032f40f9fcc110b5d899197b736d2e3..5462397da49c953b4d30cc6f6db788ba1952ac77 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -2780,7 +2780,8 @@ 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, LLMute::flagTextChat) && !from_linden) + if ((LLMuteList::getInstance()->isMuted(other_participant_id, LLMute::flagTextChat) && !from_linden) + || LLMuteList::getInstance()->isGroupMuted(new_session_id)) { LL_WARNS() << "Leaving IM session from initiating muted resident " << from << LL_ENDL; if (!gIMMgr->leaveSession(new_session_id))