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 }} |