Skip to content
Snippets Groups Projects
Commit 5ce8a181 authored by alpaca-tc's avatar alpaca-tc Committed by Eugen
Browse files

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

parent dca0ffa1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment