summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.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/newview/llimview.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/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 34a4b5b230..7a2f1486ae 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -3142,7 +3142,7 @@ void LLIMMgr::addMessage(
const LLUUID& region_id,
const LLVector3& position,
bool is_region_msg,
- U32 timestamp) // May be zero
+ U32 timestamp) // May be zero
{
LLUUID other_participant_id = target_id;