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 /scripts | |
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 'scripts')
-rwxr-xr-x | scripts/messages/message_template.msg | 8 | ||||
-rwxr-xr-x | scripts/messages/message_template.msg.sha1 | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 1450c111c2..dfe6ce60fc 100755 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -5664,6 +5664,14 @@ version 2.0 { Message Variable 2 } { BinaryBucket Variable 2 } } + { + EstateBlock Single + { EstateID U32 } + } + { + MetaData Variable + { Data Variable 2 } + } } // RetrieveInstantMessages - used to get instant messages that diff --git a/scripts/messages/message_template.msg.sha1 b/scripts/messages/message_template.msg.sha1 index efa5f3cf48..f7f26d3cf6 100755 --- a/scripts/messages/message_template.msg.sha1 +++ b/scripts/messages/message_template.msg.sha1 @@ -1 +1 @@ -d7915d67467e59287857630bd89bf9529d065199
\ No newline at end of file +0d9706a9dfe23358140642a21db48980b3d016b2
\ No newline at end of file |