summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-05-20 00:19:20 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-05-20 04:22:24 +0300
commit87b333f9cfb4cd7efc3aa38bcd94cc62ecbec1e8 (patch)
treee4146af03ada1439a610f3fb8cde469adae6a264 /indra/newview/skins/default
parentbbc850997cd095188127d971f6cb90052615849a (diff)
#5809 Add 'mute' based filter for conversation history
- Don't add blocked conversations - Menus and global setting to control this mechanics - Refresh on changes Decided just not to add blocked conversation to the list, an alternate way is to alter visibility logic or filter logic
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r--indra/newview/skins/default/xui/en/menu_conversation_log_view.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_conversation_log_view.xml b/indra/newview/skins/default/xui/en/menu_conversation_log_view.xml
index 864bec5d9a..1e10a984da 100644
--- a/indra/newview/skins/default/xui/en/menu_conversation_log_view.xml
+++ b/indra/newview/skins/default/xui/en/menu_conversation_log_view.xml
@@ -34,6 +34,16 @@
function="CallLog.Check"
parameter="sort_friends_on_top" />
</menu_item_check>
+ <menu_item_check
+ label="Show muted"
+ name="show_muted">
+ <on_click
+ function="CallLog.Action"
+ parameter="show_blocked" />
+ <on_check
+ function="CallLog.Check"
+ parameter="show_blocked" />
+ </menu_item_check>
<menu_item_separator />
<menu_item_call
label="View Nearby chat history..."