Skip to content

Commit

Permalink
fix: sending entire guestData on inquiry ws message
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarim committed May 21, 2024
1 parent f1af764 commit fa1b825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/livechat/server/lib/LivechatTyped.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ class LivechatClass {
Subscriptions.updateDisplayNameByRoomId(rid, name),
]);

void notifyOnLivechatInquiryChangedByRoom(rid, 'updated', { name });
void notifyOnLivechatInquiryChangedByRoom(rid, 'updated', { rid, ...guestData });

return true;
}
Expand Down

0 comments on commit fa1b825

Please sign in to comment.