forked from rDrama/rDrama
1
0
Fork 0

remove punished listings filtering

master
Aevann1 2022-12-14 15:17:39 +02:00
parent df804c3179
commit 1773632a75
2 changed files with 1 additions and 2 deletions

View File

@ -340,7 +340,6 @@ def shadowbanned(v):
users = g.db.query(User) \
.filter(
User.shadowbanned != None,
User.truescore >= 10,
) \
.order_by(nullslast(User.last_active.desc())).all()

View File

@ -2,7 +2,7 @@
{% block pagetitle %}Shadowbanned Users{% endblock %}
{% block content %}
<h5 class="my-4">Shadowbanned Users (>= 10 Truscore)</h5>
<h5 class="my-4">Shadowbanned Users</h5>
<div class="overflow-x-auto">
<table class="table table-striped mb-5">
<thead class="bg-primary text-white">