From ea373ef390b5691f74b42659fd9f1a3010e42df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 13 Jan 2024 20:53:05 +0100 Subject: [PATCH] Clean up join/leave icon logic in messageTypes.tpl Co-authored-by: Maximilian Mader --- templates/messageTypes.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/messageTypes.tpl b/templates/messageTypes.tpl index 660c3ca..b8bc6dc 100644 --- a/templates/messageTypes.tpl +++ b/templates/messageTypes.tpl @@ -256,7 +256,11 @@ - + {if $message.objectType === 'be.bastelstu.chat.messageType.join'} + + {else} + + {/if}
{lang}chat.messageType.{$message.objectType}{/lang}