mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 00:13:51 +01:00
6 lines
146 B
Text
6 lines
146 B
Text
{{ room.title }}
|
|
You've been invited, join at {{ room.link }}
|
|
|
|
{% for notif in room.notifs %}
|
|
{% include 'notif.txt' with context %}
|
|
{% endfor %}
|