summary refs log tree commit diff
path: root/synapse/res/templates/notice_expiry.html
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2020-07-21 13:58:01 +0300
committerGitHub <noreply@github.com>2020-07-21 11:58:01 +0100
commit759481af6d401c502317c93f8d7d6f281c288dc3 (patch)
treeb1de907b40020a02e7f455cee4c7b25652bb2723 /synapse/res/templates/notice_expiry.html
parentLint the contrib/ directory in CI and linting scripts, add synctl to linting ... (diff)
downloadsynapse-759481af6d401c502317c93f8d7d6f281c288dc3.tar.xz
Element CSS and logo in email templates (#7919)
Use Element CSS and logo in notification emails when app name is Element.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'synapse/res/templates/notice_expiry.html')
-rw-r--r--synapse/res/templates/notice_expiry.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/res/templates/notice_expiry.html b/synapse/res/templates/notice_expiry.html
index 6b94d8c367..d87311f659 100644
--- a/synapse/res/templates/notice_expiry.html
+++ b/synapse/res/templates/notice_expiry.html
@@ -22,6 +22,8 @@
                                     <img src="http://riot.im/img/external/riot-logo-email.png" width="83" height="83" alt="[Riot]"/>
                                 {% elif app_name == "Vector" %}
                                     <img src="http://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="[Vector]"/>
+                                {% elif app_name == "Element" %}
+                                    <img src="https://static.element.io/images/email-logo.png" width="83" height="83" alt="[Element]"/>
                                 {% else %}
                                     <img src="http://matrix.org/img/matrix-120x51.png" width="120" height="51" alt="[matrix]"/>
                                 {% endif %}