fd
This commit is contained in:
parent
c24f02f915
commit
d8331efa4c
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue