fuck's sake ruqqus

remotes/1693045480750635534/spooky-22
fireworks88 2021-09-09 20:49:21 +02:00
parent 2cf6ad60a3
commit 94d12cae47
1 changed files with 3 additions and 1 deletions

View File

@ -242,13 +242,15 @@ def front_all(v):
ids, next_exists = frontlist(sort=sort,
page=page,
t=t,
ids_only=False,
v=v,
gt=int(request.args.get("utc_greater_than", 0)),
lt=int(request.args.get("utc_less_than", 0)),
filter_words=v.filter_words if v else [],
)
posts = get_posts(ids, v=v)
#posts = get_posts(ids, v=v)
posts=ids
if v and v.hidevotedon: posts = [x for x in posts if not hasattr(x, 'voted') or not x.voted]