From 63df220d71e2a2bf051e1e5c1ea5075790eed764 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 22 Aug 2024 15:00:44 +0100 Subject: [PATCH] Remove room avatars from message notification e-mails --- synapse/res/templates/room.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/synapse/res/templates/room.html b/synapse/res/templates/room.html index 4fc6f6ac9b..b72a14d7ef 100644 --- a/synapse/res/templates/room.html +++ b/synapse/res/templates/room.html @@ -1,17 +1,6 @@
- {%- if room.avatar_url %} - - {%- else %} - {%- if room.hash % 3 == 0 %} - - {%- elif room.hash % 3 == 1 %} - - {%- else %} - - {%- endif %} - {%- endif %} {{ room.title }}