mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-01 20:28:57 +01:00
9 lines
210 B
Text
9 lines
210 B
Text
{{ room.title }}
|
|
|
|
{% if room.invite %}
|
|
You've been invited, join at {{ room.link }}
|
|
{% else %}
|
|
{% for notif in room.notifs %}
|
|
{% include 'notif.txt' with context %}
|
|
{% endfor %}
|
|
{% endif %}
|