From 1a33a4e6061059eb3a45e7d50bb70d77725d8022 Mon Sep 17 00:00:00 2001 From: Mell Date: Tue, 22 Aug 2023 15:00:55 +0300 Subject: [PATCH] Add hubId for open_chat event --- src/components/chats/ChatPreviewList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chats/ChatPreviewList.tsx b/src/components/chats/ChatPreviewList.tsx index 430481c12..9a2d14981 100644 --- a/src/components/chats/ChatPreviewList.tsx +++ b/src/components/chats/ChatPreviewList.tsx @@ -81,6 +81,7 @@ function ChatPreviewContainer({ const onChatClick = () => { sendEvent(`open_chat`, { chatId: chat.id, + hubId, }) if (chat.id === ANN_CHAT_ID) {