mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 17:10:43 +03:00
9 lines
265 B
Text
9 lines
265 B
Text
{{ 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 %}
|