mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
{{ room.title }}
|
||
|
||
{% if room.invite %}
|
||
Vous avez été invité, rejoignez la conversation en cliquant sur le lien suivant {{ room.link }}
|
||
{% else %}
|
||
{% for notif in room.notifs %}
|
||
{% include 'notif.txt' with context %}
|
||
{% endfor %}
|
||
{% endif %}
|