Skip to content

Commit 8111052

Browse files
#4994 remove redundant moderator_id key
1 parent d9ec89a commit 8111052

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

indra/newview/llnearbyvoicemoderation.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ void LLNearbyVoiceModeration::requestMuteIndividual(const LLUUID& agent_id, bool
9393
LLSD body;
9494
body["operand"] = operand;
9595
body["agent_id"] = agent_id;
96-
body["moderator_id"] = gAgent.getID();
9796

9897
const std::string agent_name = avatar->getFullname();
9998
LL_INFOS() << "Resident " << agent_name
@@ -128,7 +127,6 @@ void LLNearbyVoiceModeration::requestMuteAll(bool mute)
128127

129128
LLSD body;
130129
body["operand"] = operand;
131-
body["moderator_id"] = gAgent.getID();
132130

133131
LL_INFOS() << "For all residents in this region, applying: " << operand << LL_ENDL;
134132

0 commit comments

Comments
 (0)