From 5f92c6429fac98e5c9e3b02d158b6d4eab89945d Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sat, 21 Dec 2019 13:59:38 -0600 Subject: add option to only apply phrase filters to timelines --- app/views/settings/preferences/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views') diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index 8f4563fde..80ad6c109 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -47,6 +47,9 @@ .fields-group = f.input :invert_filters, as: :boolean, wrapper: :with_label + = f.input :filter_timelines_only, as: :boolean, wrapper: :with_label + + .fields-group = f.input :setting_rawr_federated, as: :boolean, wrapper: :with_label = f.input :hide_boosts, as: :boolean, wrapper: :with_label = f.input :only_known, as: :boolean, wrapper: :with_label -- cgit