06/16 Phase 6

This commit is contained in:
2026-06-16 13:29:32 -04:00
parent 2e9025fe55
commit 479afde2fa
16 changed files with 527 additions and 8 deletions
+2 -1
View File
@@ -41,4 +41,5 @@ def revenue_30d_cents():
def flag_queue_depth():
return Listing.query.filter(Listing.flag_count > 0).count()
from app.services.moderation import QUEUE_FILTER
return Listing.query.filter(QUEUE_FILTER).count()