master
Aevann1 2021-09-16 11:57:59 +02:00
parent ab310cec2d
commit 9a1657c79e
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ def post_id(pid, anything=None, v=None):
if not (v and v.shadowbanned) and not (v and v.admin_level == 6):
shadowbanned = g.db.query(User.id).filter(User.shadowbanned == False).subquery()
comments = comments.filter(Comment.author_id.notin_(shadowbanned))
if v.admin_level >=4: