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) {