parent
cc0c1674f0
commit
58108b4481
@ -18,7 +18,7 @@ class InstancePresenter
|
||||
end
|
||||
|
||||
def user_count
|
||||
Rails.cache.fetch('user_count') { User.confirmed.count }
|
||||
Rails.cache.fetch('user_count') { User.confirmed.joins(:account).merge(Account.without_suspended).count }
|
||||
end
|
||||
|
||||
def status_count
|
||||
|
Loading…
Reference in New Issue
Block a user