parent
							
								
									43c311b3a1
								
							
						
					
					
						commit
						81f96c973a
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user