diff options
| -rw-r--r-- | indra/newview/llimview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 0b0399c9d7..bcda9baa9a 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -3030,7 +3030,7 @@ void LLIMMgr::inviteToSession(  			LLIncomingCallDialog::processCallResponse(1, payload);  			return;  		} -		else if (LLMuteList::getInstance()->isMuted(caller_id, LLMute::flagAll & ~LLMute::flagVoiceChat)) +		else if (LLMuteList::getInstance()->isMuted(caller_id, LLMute::flagAll & ~LLMute::flagVoiceChat) && !voice_invite)  		{  			LL_INFOS() << "Rejecting session invite from initiating muted resident " << caller_name << LL_ENDL;  			return;  | 
