From a1663a3f8863e0c1405b797ab34b5a1d55ff9209 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 6 Sep 2023 21:20:22 +0300 Subject: [PATCH] remove the "mute notifications" button from autojanny --- 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 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 %}