diff --git a/files/templates/comments.html b/files/templates/comments.html index 1ff559f134..8a9e102f0c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -233,7 +233,7 @@ {{c.blackjack_html | safe}} {% endif %} - {% if c.is_notif or (request.path == '/notifications/messages' and c.author_id != v.id) %} + {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or (request.path == '/notifications/messages' and c.author_id != v.id) %} {% endif %}