This commit is contained in:
Aevann1 2021-08-08 01:03:15 +02:00
parent baa1853f95
commit 6da2e26bfe
9 changed files with 14 additions and 14 deletions

View file

@ -133,7 +133,7 @@ def post_pid_comment_cid(cid, pid=None, anything=None, v=None):
for c in comments:
comment = c[0]
if comment.author and comment.author.shadowbanned and not (v and v.id == comment.author_id): continue
comment._voted = c[1] or 0
comment.voted = c[1] or 0
comment._is_blocking = c[2] or 0
comment._is_blocked = c[3] or 0
output.append(comment)