From 93d9c2b9f7abe528ce127955085fc1b01cdf72f0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 13:53:44 +0300 Subject: [PATCH] remove useless condition that doesnt work --- 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 4c032e3da..7a0055de3 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -614,7 +614,7 @@ - {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or request.path == '/notifications/messages' %} + {% if c.is_notif and c.author_id != AUTOJANNY_ID %}