From 759481af6d401c502317c93f8d7d6f281c288dc3 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Tue, 21 Jul 2020 13:58:01 +0300 Subject: 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 --- synapse/res/templates/notif_mail.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'synapse/res/templates/notif_mail.html') diff --git a/synapse/res/templates/notif_mail.html b/synapse/res/templates/notif_mail.html index 019506e5fb..a2dfeb9e9f 100644 --- a/synapse/res/templates/notif_mail.html +++ b/synapse/res/templates/notif_mail.html @@ -22,6 +22,8 @@ [Riot] {% elif app_name == "Vector" %} [Vector] + {% elif app_name == "Element" %} + [Element] {% else %} [matrix] {% endif %} -- cgit 1.4.1