From db67333d626cc8ce1a50fe1c0908c186d5382c79 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 29 Apr 2019 00:54:44 -0500 Subject: Add option to filter packmate thread branches where you don't follow all the participants. --- app/views/settings/preferences/show.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views') diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index 48d28e17d..634cd53ff 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -70,6 +70,7 @@ = 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 + = f.input :setting_hide_mntions_packm8, as: :boolean, wrapper: :with_label .fields-group = f.input :setting_unfollow_modal, as: :boolean, wrapper: :with_label -- cgit