forked from MarseyWorld/MarseyWorld
always show mute bell
parent
a06593e6a0
commit
92848bbe5f
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue