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

SL-9756: Take the "session_id" from the offline message that was passed.

parent d8795bd0
No related branches found
No related tags found
No related merge requests found
......@@ -1608,7 +1608,7 @@ void LLIMProcessing::requestOfflineMessagesCoro(std::string url)
message_data["to_agent_id"].asUUID(),
IM_OFFLINE,
(EInstantMessage)message_data["dialog"].asInteger(),
LLUUID::null, // session id, since there is none we can only use frienship/group invite caps
message_data["session_id"].asUUID(),
message_data["timestamp"].asInteger(),
message_data["from_agent_name"].asString(),
message_data["message"].asString(),
......
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