mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
Hi {{ user_display_name }},
|
|
|
|
{{ summary_text }}
|
|
|
|
{% for room in rooms %}
|
|
{% include 'room.txt' with context %}
|
|
{% endfor %}
|
|
|
|
You can disable these notifications at {{ unsubscribe_link }}
|
|
|