diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-12-21 13:59:38 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-12-21 13:59:38 -0600 |
commit | 5f92c6429fac98e5c9e3b02d158b6d4eab89945d (patch) | |
tree | 7ffa8f2d41288c88ba8720a42d747924fa371e10 /app/controllers/settings/preferences_controller.rb | |
parent | 8312a6e51017498c417070cbcbf115da184b786d (diff) |
add option to only apply phrase filters to timelines
Diffstat (limited to 'app/controllers/settings/preferences_controller.rb')
-rw-r--r-- | app/controllers/settings/preferences_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |