From a55c7535fa0b489867b438f7e488a0eefd976b66 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 13:53:34 +0300 Subject: [PATCH] make "mute notifications from user" not appear in modmail --- 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 328001a0b..4c032e3da 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -534,7 +534,7 @@ - {% if c.author_id != v.id %} + {% if c.author_id != v.id and request.path == '/notifications/messages' %}