diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-10-17 17:34:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 17:34:22 +0100 |
commit | f1bfe6167a5640caaf2f85a96b87e327132f3906 (patch) | |
tree | 1c1620912f5bdec15bd4f1cc43fe47a66a231b72 /synapse/res/templates/notif_mail.txt | |
parent | update changelog (diff) | |
parent | Put the warning blob at the top of the file (diff) | |
download | synapse-f1bfe6167a5640caaf2f85a96b87e327132f3906.tar.xz |
Merge pull request #4052 from matrix-org/rav/ship_resources_as_package_data
Ship the email templates as package_data
Diffstat (limited to 'synapse/res/templates/notif_mail.txt')
-rw-r--r-- | synapse/res/templates/notif_mail.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/synapse/res/templates/notif_mail.txt b/synapse/res/templates/notif_mail.txt new file mode 100644 index 0000000000..24843042a5 --- /dev/null +++ b/synapse/res/templates/notif_mail.txt @@ -0,0 +1,10 @@ +Hi {{ user_display_name }}, + +{{ summary_text }} + +{% for room in rooms %} +{% include 'room.txt' with context %} +{% endfor %} + +You can disable these notifications at {{ unsubscribe_link }} + |