Fix to limit to discoverable accounts. (#10253)

th-downstream
mayaeh 6 years ago committed by Eugen Rochko
parent f326de90ef
commit 9d214f30ae

@ -34,7 +34,7 @@ class InstancePresenter
end
def sample_accounts
Rails.cache.fetch('sample_accounts', expires_in: 12.hours) { Account.local.searchable.joins(:account_stat).popular.limit(3) }
Rails.cache.fetch('sample_accounts', expires_in: 12.hours) { Account.discoverable.popular.limit(3) }
end
def version_number

Loading…
Cancel
Save