From 91adde9580b71564ceb0150e86080023b3a661ae Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 5 Jan 2022 02:52:41 +0200 Subject: [PATCH] fsd --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}