summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-12-31 15:15:02 +0800
committerErik Kundiman <erik@megapahit.org>2024-12-31 15:15:02 +0800
commit26974d238ce5ba5a3c22b8788b6754d5911c06c2 (patch)
tree22d73a5c8ec8ee2ce23174193a81e47c78331109 /indra
parent458712fa666c5afbf64b1020b42aa52db852504d (diff)
Though it worked, it should be new_session_id
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 5c0e34683a..6e9232d6f4 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -3194,7 +3194,7 @@ void LLIMMgr::addMessage(
if (session)
{
skip_message &= !session->isGroupSessionType(); // Do not skip group chats...
- skip_message |= LLMuteList::getInstance()->isMuted(LLUUID::null, std::string{"Group:" + session_id.asString()}); // unless the group is muted.
+ skip_message |= LLMuteList::getInstance()->isMuted(LLUUID::null, std::string{"Group:" + new_session_id.asString()}); // unless the group is muted.
if (skip_message)
{
gIMMgr->leaveSession(new_session_id);