diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-14 04:56:13 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-14 04:56:13 -0600 |
commit | d1a887b57a6243dcdbf33f00d4692f25b8f2b270 (patch) | |
tree | ca0a22bf04a78a6b5d74b135700f8fe316a5d497 /app/views | |
parent | 9d6b593379d1d826391c58585c7f5121323b9410 (diff) |
add admin option to toggle auto-marking instance actors known & make enabling greylist federation also enable secure mode
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/settings/edit.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/settings/edit.html.haml b/app/views/admin/settings/edit.html.haml index d3705a48f..fe1ba447a 100644 --- a/app/views/admin/settings/edit.html.haml +++ b/app/views/admin/settings/edit.html.haml @@ -46,6 +46,8 @@ = f.input :auto_mark_known, as: :boolean, wrapper: :with_label, label: t('admin.settings.auto_mark_known.title'), hint: t('admin.settings.auto_mark_known.desc_html') + = f.input :auto_mark_instance_actors_known, as: :boolean, wrapper: :with_label, label: t('admin.settings.auto_mark_instance_actors_known.title'), hint: t('admin.settings.auto_mark_instance_actors_known.desc_html') + %hr.spacer/ .fields-group |