1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 07:56:51 +00:00
synapse/res/templates/notif_mail.txt
2016-05-05 11:25:56 +01:00

10 lines
215 B
Text

Hi {{ user_display_name }},
{{ summary_text|replace("%app%", "Matrix") }}
{% for room in rooms %}
{% include 'room.txt' with context %}
{% endfor %}
You can disable these notifications at {{ unsubscribe_link }}