Skip to content
Snippets Groups Projects
Commit 374652a2 authored by Rider Linden's avatar Rider Linden Committed by Andrey Lihatskiy
Browse files

SL-9756: Get the LLSD names right.

parent c118c786
No related branches found
No related tags found
No related merge requests found
......@@ -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()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment