summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2025-11-13 18:48:24 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2025-11-13 18:48:24 +0200
commit811105270d2cede0a99efbb501792d35ef61a530 (patch)
tree28e9806237770fa0199c489450eba73f78b2a20d
parentd9ec89ac0a0ae2e44f00f524678d18cf66c52b13 (diff)
#4994 remove redundant moderator_id key
-rw-r--r--indra/newview/llnearbyvoicemoderation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llnearbyvoicemoderation.cpp b/indra/newview/llnearbyvoicemoderation.cpp
index 10f92502a5..5a6d7e1c6b 100644
--- a/indra/newview/llnearbyvoicemoderation.cpp
+++ b/indra/newview/llnearbyvoicemoderation.cpp
@@ -93,7 +93,6 @@ void LLNearbyVoiceModeration::requestMuteIndividual(const LLUUID& agent_id, bool
LLSD body;
body["operand"] = operand;
body["agent_id"] = agent_id;
- body["moderator_id"] = gAgent.getID();
const std::string agent_name = avatar->getFullname();
LL_INFOS() << "Resident " << agent_name
@@ -128,7 +127,6 @@ void LLNearbyVoiceModeration::requestMuteAll(bool mute)
LLSD body;
body["operand"] = operand;
- body["moderator_id"] = gAgent.getID();
LL_INFOS() << "For all residents in this region, applying: " << operand << LL_ENDL;