always show mute bell

master
Aevann 2024-07-22 18:54:44 +03:00
parent a06593e6a0
commit 92848bbe5f
1 changed files with 5 additions and 1 deletions

View File

@ -69,13 +69,17 @@
<td>
<a href="/chat/{{chat.id}}">
{{chat.name}}
{% if mentions %}
<span class="notif-chats notif-count ml-1" style="padding-left:4.5px;background:#dd1ae0">{{mentions}}</span>
{% elif notification %}
<i class="fas fa-circle ml-2 text-small" style="color:#008080"></i>
{% elif notification == None %}
{% endif %}
{% if notification == None %}
<i class="fas fa-bell-slash ml-2 text-danger" data-bs-toggle="tooltip" title="Muted (just leave bro)"></i>
{% endif %}
{% if get_running_orgy(v, chat.id) %}
<i class="fas fa-tv ml-2 text-small" style="color:#008080" data-bs-toggle="tooltip" title="Orgy running"></i>
{% endif %}