remotes/1693045480750635534/spooky-22
Aevann1 2021-09-09 16:19:42 +02:00
parent e1b31fe51b
commit e4ab1f2202
1 changed files with 1 additions and 1 deletions

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":