From c4acb608bb8bc400f6f35682bab8ff8169e3ac10 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 6 Dec 2023 03:58:39 +0200 Subject: [PATCH] add empty messages notice --- templates/default/room/index.html.twig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/default/room/index.html.twig b/templates/default/room/index.html.twig index 2d0a51f..fade1ad 100644 --- a/templates/default/room/index.html.twig +++ b/templates/default/room/index.html.twig @@ -40,6 +40,12 @@ {% endfor %} + {% else %} + {% endif %} {% endblock %} {% block footer_content %}