Admin setting to disable default follows (#12566)

This commit is contained in:
Alice Gaudon 2019-12-16 23:55:50 +01:00 committed by Eugen Rochko
parent 8094955461
commit 668f698077
6 changed files with 32 additions and 4 deletions

View file

@ -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