Browse Source

Replace User.count -> User.confirmed.count (#2127)

closed-social-glitch-2
alpaca-tc 7 years ago
committed by Eugen
parent
commit
5ce8a1811a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/presenters/instance_presenter.rb

+ 1
- 1
app/presenters/instance_presenter.rb View File

@ -15,7 +15,7 @@ class InstancePresenter
end
def user_count
Rails.cache.fetch('user_count') { User.count }
Rails.cache.fetch('user_count') { User.confirmed.count }
end
def status_count

Loading…
Cancel
Save