From 1aa00c3a3048ebae31eca2457b6eb2d7d6ddc75f Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 03:44:19 +0300 Subject: [PATCH] put "mute notifications from user" button in /notifications/messages too --- files/templates/comments.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/templates/comments.html b/files/templates/comments.html index 4be28fd962..b8bcc12b90 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -534,6 +534,12 @@ + {% if c.author_id != v.id %} + + + + {% endif %} +