From 811105270d2cede0a99efbb501792d35ef61a530 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Thu, 13 Nov 2025 18:48:24 +0200 Subject: #4994 remove redundant moderator_id key --- indra/newview/llnearbyvoicemoderation.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra') 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; -- cgit v1.3