forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-25 00:42:49 +02:00
parent 796f0d9777
commit fe19903623
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
{% for m in messages %}
{% set text_html = m['text_censored'] if v.slurreplacer else m['text_html'] %}
{% set link = '<a href="/id/' + v.id|string + '">' %}
{% set same = m['username'] == messages[loop.index-2]['username'] %}
{% set same = loop.index > 1 and m['username'] == messages[loop.index-2]['username'] %}
<div class="chat-line {% if link in text_html %}chat-mention{% endif %} {% if not same %}diff{% endif %}">
<div class="d-flex align-items-center">
<div class="pl-md-3 text-muted">