parent
30446d6afc
commit
f6d995b0a2
|
|
@ -315,6 +315,11 @@ BOOL LLMuteList::add(const LLMute& mute, U32 flags)
|
|||
{
|
||||
LLPipeline::removeMutedAVsLights(avatarp);
|
||||
}
|
||||
//remove agent's notifications as well
|
||||
if (localmute.mType == LLMute::AGENT)
|
||||
{
|
||||
LLNotifications::instance().cancelByOwner(localmute.mID);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue