summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-03-07 19:30:32 -0800
committerRoxie Linden <roxie@lindenlab.com>2024-03-07 19:30:32 -0800
commit425f089ffcfa715b4e85dd65c91bec1b8e2beb10 (patch)
treee4bb01f987a13e76b6c572fc5ec3851c161db1a2 /indra/newview/llimview.cpp
parent041946455d3409a95c4faebac2ac54020b418743 (diff)
addSession had a changed parameter...which wasn't changed everywhere
Diffstat (limited to 'indra/newview/llimview.cpp')
-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 956c3a0276..b2769e9bab 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -2971,7 +2971,7 @@ void LLIncomingCallDialog::processCallResponse(S32 response, const LLSD &payload
}
}
- gIMMgr->addSession(correct_session_name, type, session_id, true);
+ gIMMgr->addSession(correct_session_name, type, session_id, payload["voice_channel_info"]);
std::string url = gAgent.getRegion()->getCapability(
"ChatSessionRequest");