summaryrefslogtreecommitdiff
path: root/indra/llmessage/message_prehash.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2024-10-21 16:35:23 -0700
committerRider Linden <rider@lindenlab.com>2025-02-26 16:23:21 -0800
commit7cd50ceaceaf3fa83c37ab6d7cf85e3e22609d9c (patch)
treef0713c5f196a1d1cbc62b8165ed67a3c7204c58e /indra/llmessage/message_prehash.cpp
parent20dfc94c5d0955003b0758cd0a1965140068973c (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/llmessage/message_prehash.cpp')
-rw-r--r--indra/llmessage/message_prehash.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/message_prehash.cpp b/indra/llmessage/message_prehash.cpp
index c264a9f086..21dbf35783 100644
--- a/indra/llmessage/message_prehash.cpp
+++ b/indra/llmessage/message_prehash.cpp
@@ -1402,3 +1402,4 @@ char const* const _PREHASH_HoverHeight = LLMessageStringTable::getInstance()->ge
char const* const _PREHASH_Experience = LLMessageStringTable::getInstance()->getString("Experience");
char const* const _PREHASH_ExperienceID = LLMessageStringTable::getInstance()->getString("ExperienceID");
char const* const _PREHASH_LargeGenericMessage = LLMessageStringTable::getInstance()->getString("LargeGenericMessage");
+char const* const _PREHASH_MetaData = LLMessageStringTable::getInstance()->getString("MetaData");