Fix chat bug

This commit is contained in:
cuom1999 2023-02-12 18:32:31 -06:00
parent 0ac620b9bd
commit 2f7274b3f0

View file

@ -21,7 +21,7 @@
</a>
{% endif %}
<div class="message-text message-text-other">
{{message.body|markdown(lazy_load=True)|reference|str|safe }}
{{message.body|markdown(lazy_load=False)|reference|str|safe }}
</div>
</div>
</span>