remotes/1693045480750635534/spooky-22
Aevann1 2022-02-08 15:49:42 +02:00
parent 8ff267d1cc
commit 60f14e9c69
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
posts = posts.filter_by(is_banned=False, private=False, deleted_utc = 0)
if sort == "hot" or (v and v.id == Q_ID) and ccmode == "false" and not gt and not lt:
if (sort == "hot" or (v and v.id == Q_ID)) and ccmode == "false" and not gt and not lt:
posts = posts.filter_by(stickied=None)
if v and v.admin_level == 0: