diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-10-11 09:55:03 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-10-11 09:55:03 -0500 |
commit | 267bf798fe48ceff8f11e893af4356aa170ae6e1 (patch) | |
tree | 2815e16e33185b8b05d3e80f72fe7b82ffe06556 /app/views/settings/preferences | |
parent | 1202657ef9724d541adb31ae6781e41a8976f628 (diff) |
Compromise between Mastodon and Monsterpit treatment of boosts
Diffstat (limited to 'app/views/settings/preferences')
-rw-r--r-- | app/views/settings/preferences/filters/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/preferences/filters/show.html.haml b/app/views/settings/preferences/filters/show.html.haml index ae0993bc7..c30167cb5 100644 --- a/app/views/settings/preferences/filters/show.html.haml +++ b/app/views/settings/preferences/filters/show.html.haml @@ -12,6 +12,9 @@ .fields-group = f.input :setting_no_boosts_home, as: :boolean, wrapper: :with_label + .fields-group + = f.input :setting_filter_unknown, as: :boolean, wrapper: :with_label + %h4= t 'preferences.public_timelines' .fields-group |