MatrixSynapse/synapse/res/templates/room.txt

10 lines
210 B
Plaintext
Raw Normal View History

{{ room.title }}
2016-05-05 02:59:20 +02:00
{% if room.invite %}
You've been invited, join at {{ room.link }}
{% else %}
{% for notif in room.notifs %}
{% include 'notif.txt' with context %}
{% endfor %}
{% endif %}