Revert "nigg"

This reverts commit f10b6e7f2c.
remotes/1693045480750635534/spooky-22
fireworks88 2021-09-12 22:18:26 +02:00
parent f10b6e7f2c
commit e604579d74
1 changed files with 0 additions and 5 deletions

View File

@ -399,11 +399,6 @@ def comment_idlist(page=1, v=None, nsfw=False, sort="new", t="all", **kwargs):
comments = comments.join(posts, Comment.parent_submission == posts.c.id)
if not v:
comments = comments.filter(Submission.club == False)
elif v.admin_level < 3 and (v.coins < 750 or v.club_banned):
comments = comments.filter(Submission.club == False)
now = int(time.time())
if t == 'hour':
cutoff = now - 3600