From 930f7145374adb79e92e9bdfcbc0d0044690b6c8 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Wed, 18 Nov 2020 22:10:15 -0600 Subject: Always use indirect federation --- app/views/settings/profiles/show.html.haml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/views/settings') diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index 1b7765f32..ef2600169 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -49,13 +49,6 @@ .fields-group = f.input :require_auth, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.require_auth') - %h4= t 'settings.profiles.advanced_privacy' - - %p.hint= t 'settings.profiles.advanced_privacy_html' - - .fields-group - = f.input :require_dereference, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.require_dereference_html') - %hr.spacer/ .fields-row -- cgit