Removed live type.

This commit is contained in:
retoor 2025-07-04 05:16:56 +02:00
parent f77ccd47aa
commit a7d7cb5627

View File

@ -32,7 +32,7 @@
{% endfor %}
<div class="message-list-bottom"></div>
</message-list>
<chat-input live-type="true" channel="{{ channel.uid.value }}"></chat-input>
<chat-input live-type="false" channel="{{ channel.uid.value }}"></chat-input>
</section>
{% include "dialog_container.html" %}
{% include "dialog_help.html" %}