remotes/1693045480750635534/spooky-22
Aevann1 2021-11-16 05:42:13 +02:00
parent 2fb605aca9
commit 9bdceec9a9
1 changed files with 0 additions and 3 deletions

View File

@ -356,9 +356,6 @@ def comment_idlist(page=1, v=None, nsfw=False, sort="new", t="all"):
comments = g.db.query(Comment.id).filter(Comment.parent_submission.notin_(cc_idlist))
if not (v and v.shadowbanned):
comments = comments.join(User, User.id == Comment.author_id).filter(User.shadowbanned == None)
if v and v.admin_level <= 3:
blocking = [x[0] for x in g.db.query(
UserBlock.target_id).filter_by(