diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2024-03-07 19:30:32 -0800 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-03-07 19:30:32 -0800 |
| commit | 425f089ffcfa715b4e85dd65c91bec1b8e2beb10 (patch) | |
| tree | e4bb01f987a13e76b6c572fc5ec3851c161db1a2 /indra/newview/llimview.cpp | |
| parent | 041946455d3409a95c4faebac2ac54020b418743 (diff) | |
addSession had a changed parameter...which wasn't changed everywhere
Diffstat (limited to 'indra/newview/llimview.cpp')
| -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 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"); |
