diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 9afb6ca58b182a172f3f554be550c595c26ded45..768088f07ff560a7492c914ee3c85337dc56bb2e 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1698,7 +1698,7 @@ LLUUID LLIMMgr::computeSessionID( } } - if (gAgent.isInGroup(session_id) && (session_id != other_participant_id)) + if (gAgent.isInGroup(session_id, TRUE) && (session_id != other_participant_id)) { LL_WARNS() << "Group session id different from group id: IM type = " << dialog << ", session id = " << session_id << ", group id = " << other_participant_id << LL_ENDL; }