mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03: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 %}
|