remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 23:17:56 +02:00
parent 61f101d606
commit 4ab5fe6513
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ def get_posts(pids, sort="hot", v=None):
isouter=True
).order_by(Submission.id).all()
output = [p[0] for p in posts]
output = [p[0] for p in query]
for i in range(len(output)):
output[i]._voted = posts[i][1] or 0
output[i]._is_blocking = posts[i][4] or 0