Skip to content

Commit

Permalink
Add hubId for open_chat event
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Aug 22, 2023
1 parent 2b5b326 commit 1a33a4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/chats/ChatPreviewList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function ChatPreviewContainer({
const onChatClick = () => {
sendEvent(`open_chat`, {
chatId: chat.id,
hubId,
})

if (chat.id === ANN_CHAT_ID) {
Expand Down

0 comments on commit 1a33a4e

Please sign in to comment.