diff --git a/files/routes/posts.py b/files/routes/posts.py index 5bbd93957d..8f949c5cff 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -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: