mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-10-06 10:08:30 -04:00
Include a simple message in email notifications that include encrypted content (#8545)
This commit is contained in:
parent
85c56445fb
commit
c356b4bf42
9 changed files with 107 additions and 75 deletions
|
@ -2,9 +2,9 @@ Hi {{ user_display_name }},
|
|||
|
||||
{{ summary_text }}
|
||||
|
||||
{% for room in rooms %}
|
||||
{% include 'room.txt' with context %}
|
||||
{% endfor %}
|
||||
{%- for room in rooms %}
|
||||
{%- include 'room.txt' with context %}
|
||||
{%- endfor %}
|
||||
|
||||
You can disable these notifications at {{ unsubscribe_link }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue