From e72c120e9eb1691abdcf0a3c6e650be68a15b6bb Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Wed, 17 May 2017 22:34:50 +0300 Subject: MAINT-6805 Fixed Right-click menus in the right and left panes of the Conversations windows are different --- indra/newview/llavataractions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llavataractions.h') diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 256d44d820..b56d5b0fb9 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -130,6 +130,11 @@ public: */ static void toggleBlock(const LLUUID& id); + /** + * Mute/unmute avatar. + */ + static void toggleMute(const LLUUID& id, U32 flags); + /** * Block/unblock the avatar voice. */ -- cgit v1.2.3