diff options
author | Rider Linden <rider@lindenlab.com> | 2024-10-21 16:35:23 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2025-02-26 16:23:21 -0800 |
commit | 7cd50ceaceaf3fa83c37ab6d7cf85e3e22609d9c (patch) | |
tree | f0713c5f196a1d1cbc62b8165ed67a3c7204c58e /indra/newview/llimprocessing.h | |
parent | 20dfc94c5d0955003b0758cd0a1965140068973c (diff) |
Issue #2907: Process metadata sent along with chats of type IM_NOTHING_SPECIAL, The metadata can contain information about the bot status of the sender. It may also contain a system-injected notification that is displayed to the agent as part of the 1:1 chat window.
Diffstat (limited to 'indra/newview/llimprocessing.h')
-rw-r--r-- | indra/newview/llimprocessing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimprocessing.h b/indra/newview/llimprocessing.h index 030d28b198..66ffc59ae0 100644 --- a/indra/newview/llimprocessing.h +++ b/indra/newview/llimprocessing.h @@ -48,6 +48,7 @@ public: U8 *binary_bucket, S32 binary_bucket_size, LLHost &sender, + LLSD metadata, LLUUID aux_id = LLUUID::null); // Either receives list of offline messages from 'ReadOfflineMsgs' capability |