sex
This commit is contained in:
parent
8a848c9f45
commit
7c0b0fc413
10 changed files with 66 additions and 128 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue