diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-13 15:32:43 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-13 15:32:43 -0600 |
commit | 1435ebec8fede44289a1c8a9213ff336c614f68d (patch) | |
tree | 6ed2f09f554eca5463aca20d7d11893f0d32c8ee /app/views | |
parent | 362d6a8e4c1f3224f89ff0a2f109b404bb049017 (diff) |
(reso: report #201) add option to strip embed cards from sensitive posts, make default
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/preferences/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index d9262fb3b..4d4941a2e 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -80,6 +80,7 @@ = f.input :hide_boosts, as: :boolean, wrapper: :with_label = f.input :media_only, as: :boolean, wrapper: :with_label = f.input :filter_undescribed, as: :boolean, wrapper: :with_label + = f.input :setting_hide_sensitive_cards, as: :boolean, wrapper: :with_label .fields-group = f.input :setting_rawr_federated, as: :boolean, wrapper: :with_label |