diff options
author | Rider Linden <rider@lindenlab.com> | 2024-10-21 16:35:23 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2024-10-21 16:35:23 -0700 |
commit | b8da1259ba9fa9b2afc0a2b6050b147dbf13ccb8 (patch) | |
tree | b75fc66abd8e859ce5a37b6c1fd6898bdd68ec82 /indra/newview/llimprocessing.h | |
parent | 99937bf3d4c68fa32cdc888b8cd9b9ed9d43fdbf (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 |