summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2020-06-22 16:08:11 -0700
committerAndrey Lihatskiy <alihatskiy@productengine.com>2020-06-30 19:07:45 +0300
commit374652a2d93ad96094c395877d453fc8d6ba8662 (patch)
treebdc08fad8cfa6082534227eabf66cd8f563825cd /indra/newview
parentc118c7863d1dc5159d81bdf40cbd44d6e99be445 (diff)
SL-9756: Get the LLSD names right.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llimprocessing.cpp2
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()),