diff --git a/files/routes/front.py b/files/routes/front.py index 645f59694..f8843463e 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -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":