From c999d994d6dc5e90deed27d634dc1a581b6e8831 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 18 Jul 2024 11:42:29 +0300 Subject: [PATCH] 1.1.38 show/hide unanswered_msgs_count --- templates/widgets/w_chat_right_panel_user.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/widgets/w_chat_right_panel_user.html b/templates/widgets/w_chat_right_panel_user.html index 6fd3fca..43a231d 100644 --- a/templates/widgets/w_chat_right_panel_user.html +++ b/templates/widgets/w_chat_right_panel_user.html @@ -9,7 +9,8 @@ {{ item.last_name }} {{ item.first_name }} {{ item.last_msg }} - {% if item.unread_msgs_count %} +{# {% if item.unread_msgs_count %}#} + {% if unanswered_msgs_count > 0 %}
{{ unanswered_msgs_count }}