diff options
author | Rider Linden <rider@lindenlab.com> | 2020-06-22 16:08:11 -0700 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-25 01:03:22 +0300 |
commit | d488bc5cf1dfd26f5cdc5709bad887f21eac33af (patch) | |
tree | c1b39994c6a562639e7ad931facb1a76645603ca /indra/newview | |
parent | 18431a8a52ac82cf68cd4691d40eb39636e446bc (diff) |
SL-9756: Get the LLSD names right.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llimprocessing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index a2900c553c..fc209c2eae 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -1594,7 +1594,7 @@ void LLIMProcessing::requestOfflineMessagesCoro(std::string url) } LLIMProcessing::processNewMessage( - message_data["from_id"].asUUID(), + message_data["from_agent_id"].asUUID(), message_data["from_group"].asBoolean(), message_data["to_agent_id"].asUUID(), static_cast<U8>(message_data["offline"].asInteger()), |