This commit is contained in:
Aevann1 2021-07-24 23:15:48 +02:00
parent d118c92a06
commit b51c252e59

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):