Fix chat bug
This commit is contained in:
parent
0ac620b9bd
commit
2f7274b3f0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue