remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 23:15:48 +02:00
parent 03085f6214
commit 5bba71e75b
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ def get_posts(pids, sort="hot", v=None):
).order_by(None).all()
return sorted(query, key=lambda x: pids.index(x.id))
return sorted(query, key=lambda x: x.id)
def get_post_with_comments(pid, sort="top", v=None):