{{ icon("chat", "icon--sm") }} Messages
Nothing said yet
One conversation that keeps going. Anything scheduled to write here will arrive in it.
{% extends "base.html" %} {% from "_macros.html" import icon, mark %} {# Messages: one conversation per person, opened at the most recent turns. The ordinary chat shell, with two differences. It opens on the live chunk rather than on everything, and above that sits a sentinel that fetches the page before it when scrolled into view. Everything else — the composer, the bubbles, the tail poller, the streaming shell — is the same machinery, which is the whole reason this is a `Chat` with a different `kind`. #} {% block title %}Messages - {{ brand.name }}{% endblock %} {% block head %} {% endblock %} {% block body_attrs %} data-authenticated="true"{% endblock %} {% block body %}
One conversation that keeps going. Anything scheduled to write here will arrive in it.