This commit is contained in:
Aevann1 2021-09-09 16:19:42 +02:00
parent 131cf31908
commit 36058f73e2

View file

@ -158,7 +158,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
posts = posts.filter(Submission.created_utc < lt)
if not (v and v.shadowbanned):
#posts=posts.join(Submission.author)
posts=posts.join(Submission.author)
posts=posts.filter(Submission.author.shadowbanned == False)
if sort == "hot":