diff options
author | Alice Gaudon <alice@gaudon.pro> | 2019-12-16 23:55:50 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-12-16 23:55:50 +0100 |
commit | 668f6980774e124a1cc4c80b280172de04ca7973 (patch) | |
tree | ece84f2b41a9937c0273df1f212e49ae460682d4 /app/services | |
parent | 8094955461419661b88a0361a5d7caed4b19c29a (diff) |
Admin setting to disable default follows (#12566)
Diffstat (limited to 'app/services')
-rw-r--r-- | app/services/bootstrap_timeline_service.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/bootstrap_timeline_service.rb b/app/services/bootstrap_timeline_service.rb index c489601c1..8412aa7e7 100644 --- a/app/services/bootstrap_timeline_service.rb +++ b/app/services/bootstrap_timeline_service.rb @@ -5,7 +5,7 @@ class BootstrapTimelineService < BaseService @source_account = source_account autofollow_inviter! - autofollow_bootstrap_timeline_accounts! + autofollow_bootstrap_timeline_accounts! if Setting.enable_bootstrap_timeline_accounts end private |