diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2020-03-11 17:34:42 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2020-03-11 17:34:42 +0200 |
commit | 6a9658a6504ac60b0a932900cb73524dc0d1f7c9 (patch) | |
tree | 22d17a075de70a8c73932e47f5bc2e182c0f14d8 /indra/newview/llfloaterimcontainer.h | |
parent | 5bc97f1fa3a3e9632ad68fad94887da9659f0fa7 (diff) |
SL-12452 FIXED The moderator can't unmute himself in the group call after turning on 'Mute everyone' option
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 78b3572111..0f7d0a557e 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -164,7 +164,7 @@ private: void doToSelectedGroup(const LLSD& userdata); static void confirmMuteAllCallback(const LLSD& notification, const LLSD& response); - bool enableModerateContextMenuItem(const std::string& userdata); + bool enableModerateContextMenuItem(const std::string& userdata, bool is_self = false); LLSpeaker * getSpeakerOfSelectedParticipant(LLSpeakerMgr * speaker_managerp); LLSpeakerMgr * getSpeakerMgrForSelectedParticipant(); bool isGroupModerator(); |