Fix notifications from blocked users (#711)
This commit is contained in:
parent
52268047b3
commit
a856dcbf3b
2 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,9 @@ def post_pid_comment_cid(cid, pid=None, anything=None, v=None):
|
|||
blocked.c.user_id == Comment.author_id,
|
||||
isouter=True
|
||||
)
|
||||
|
||||
# TODO (wmill) This looks wrong to me. It adds on new properties to all comments to use voted/blocked/blocking status in rendering.
|
||||
# But it needs to be repeated if you ever want to render comments anywhere else.
|
||||
|
||||
output = []
|
||||
for c in comments:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue