about summary refs log tree commit diff
path: root/app/models/form/admin_settings.rb
diff options
context:
space:
mode:
authorAlice Gaudon <alice@gaudon.pro>2019-12-16 23:55:50 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-12-16 23:55:50 +0100
commit668f6980774e124a1cc4c80b280172de04ca7973 (patch)
treeece84f2b41a9937c0273df1f212e49ae460682d4 /app/models/form/admin_settings.rb
parent8094955461419661b88a0361a5d7caed4b19c29a (diff)
Admin setting to disable default follows (#12566)
Diffstat (limited to 'app/models/form/admin_settings.rb')
-rw-r--r--app/models/form/admin_settings.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/form/admin_settings.rb b/app/models/form/admin_settings.rb
index 70e9c21f1..390836f28 100644
--- a/app/models/form/admin_settings.rb
+++ b/app/models/form/admin_settings.rb
@@ -16,6 +16,7 @@ class Form::AdminSettings
     open_deletion
     timeline_preview
     show_staff_badge
+    enable_bootstrap_timeline_accounts
     bootstrap_timeline_accounts
     theme
     min_invite_role
@@ -40,6 +41,7 @@ class Form::AdminSettings
     open_deletion
     timeline_preview
     show_staff_badge
+    enable_bootstrap_timeline_accounts
     activity_api_enabled
     peers_api_enabled
     show_known_fediverse_at_about_page