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/controllers/settings/preferences_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/settings') diff --git a/app/controllers/settings/preferences_controller.rb b/app/controllers/settings/preferences_controller.rb index 4ac654590..2ff84ac80 100644 --- a/app/controllers/settings/preferences_controller.rb +++ b/app/controllers/settings/preferences_controller.rb @@ -32,6 +32,7 @@ class Settings::PreferencesController < Settings::BaseController :hide_boosts, :only_known, :invert_filters, + :filter_timelines_only, chosen_languages: [] ) end -- cgit