From b4c7f6008e37d201b74a01e5a79e07c00dc55983 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Tue, 2 Apr 2024 20:40:47 -0400 Subject: [PATCH] Show join link in private groups --- plugins/plugins/core/components/ChatPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugins/core/components/ChatPage.js b/plugins/plugins/core/components/ChatPage.js index 1a5a9db5..29d30402 100644 --- a/plugins/plugins/core/components/ChatPage.js +++ b/plugins/plugins/core/components/ChatPage.js @@ -395,7 +395,7 @@ class ChatPage extends LitElement {
- ${(!this.isReceipient && +this._chatId !== 0 && this.groupInfo.isOpen) ? + ${(!this.isReceipient && +this._chatId !== 0) ? html` link `