This commit is contained in:
Aevann1 2021-09-22 20:36:03 +02:00
parent 8a848c9f45
commit 7c0b0fc413
10 changed files with 66 additions and 128 deletions

View file

@ -167,8 +167,8 @@ def post_id(pid, anything=None, v=None):
for c in comments:
comment = c[0]
comment.voted = c[1] or 0
comment._is_blocking = c[2] or 0
comment._is_blocked = c[3] or 0
comment.is_blocking = c[2] or 0
comment.is_blocked = c[3] or 0
output.append(comment)
post.preloaded_comments = output