diff --git a/files/templates/comments.html b/files/templates/comments.html index 2003e9a7dd..a8fc9f7b4f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -167,7 +167,7 @@ {% endif %} -{% if not (request.path == '/notifications' and c.level > 1) or c.created_utc < 1641340623 %} +{% if not (request.path == '/notifications' and c.level > 1) or c.created_utc < 1641340623 or not c.sentto %} {% set ni = True %} {% else %} {% set ni = False %}