mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
9 lines
236 B
Text
9 lines
236 B
Text
{{ room.title }}
|
||
|
||
{% if room.invite %}
|
||
Vous avez été invité, rejoignez la conversation à {{ room.link }}
|
||
{% else %}
|
||
{% for notif in room.notifs %}
|
||
{% include 'notif.txt' with context %}
|
||
{% endfor %}
|
||
{% endif %}
|