@ -564,7 +564,7 @@ def add_comment(request, post_id, parent_id):
emails[email] = comment.author
if post.author.email not in email:
if post.author.email not in emails:
emails[post.author.email] = post.author.first_name
if len(emails) > 0:
The note is not visible to the blocked user.