0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-03 23:19:01 +02:00
synapse/res/templates/notif_mail.txt

11 lines
215 B
Text
Raw Normal View History

Hi {{ user_display_name }},
2016-05-05 12:25:56 +02:00
{{ summary_text|replace("%app%", "Matrix") }}
{% for room in rooms %}
{% include 'room.txt' with context %}
{% endfor %}
You can disable these notifications at {{ unsubscribe_link }}