remotes/1693045480750635534/spooky-22
Aevann1 2021-09-09 16:22:43 +02:00
parent 887af1beea
commit ab339a7f3a
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":