From af7e3a88d4a6574564b75da1ddd56b45819fd0a7 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 22 Apr 2019 16:46:41 -0500 Subject: Anxiety reduction: make block/mute reply filters more granular and add options to control what to filter. --- app/views/settings/preferences/show.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/views') diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index bd5e8c532..48d28e17d 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -64,6 +64,12 @@ .fields-group = f.input :setting_remove_filtered, as: :boolean, wrapper: :with_label + = f.input :setting_hide_replies_muted, as: :boolean, wrapper: :with_label + = f.input :setting_hide_replies_blocked, as: :boolean, wrapper: :with_label + = f.input :setting_hide_replies_blocker, as: :boolean, wrapper: :with_label + = f.input :setting_hide_mntions_muted, as: :boolean, wrapper: :with_label + = f.input :setting_hide_mntions_blocked, as: :boolean, wrapper: :with_label + = f.input :setting_hide_mntions_blocker, as: :boolean, wrapper: :with_label .fields-group = f.input :setting_unfollow_modal, as: :boolean, wrapper: :with_label -- cgit