Major overhaul v2

This commit is contained in:
2026-03-08 12:58:09 -04:00
parent 26d0a7b0a3
commit 6e527502db
8 changed files with 485 additions and 192 deletions

View File

@@ -11,7 +11,7 @@ module CommunityLanding
if s.contributors_enabled || (s.participation_enabled rescue true)
User
.joins(:posts)
.includes(:user_profile)
.includes(:user_profile, :user_stat)
.where(posts: { created_at: s.contributors_days.days.ago.. })
.where.not(username: %w[system discobot])
.where(active: true, staged: false)