MatrixSynapse/synapse/res/templates/room.txt

10 lines
216 B
Plaintext
Raw Normal View History

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