From 668cee0843770f9c8f875d2a9a213a67272865ec Mon Sep 17 00:00:00 2001 From: Vyacheslav Tumanov Date: Tue, 22 Aug 2023 15:08:54 +0500 Subject: [PATCH] fix: telegram window not opening (#3615) Signed-off-by: Vyacheslav Tumanov --- plugins/telegram-resources/src/components/Chat.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/telegram-resources/src/components/Chat.svelte b/plugins/telegram-resources/src/components/Chat.svelte index 0dcd5b50bf..b85c8ad78f 100644 --- a/plugins/telegram-resources/src/components/Chat.svelte +++ b/plugins/telegram-resources/src/components/Chat.svelte @@ -232,7 +232,10 @@
Telegram {#each participants as participant} -
+
{/each}