-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Display first message when taking Livechat inquiry #13896
Conversation
…RocketChat/Rocket.Chat into livechat-get-first-room-message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be fixed the other way around? like, fix by adding the message on the inquiry again?
what happened to that code? is it obsolete now? should it be removed then?
The new livechat gets the |
Closes #13668.
Since the new Livechat client gets a new room before sending messages, this change has impacted on the
Guest Pool
routing method because now the first message is no longer stored into theInquiry
collection.Due to that, now the
Take Inquiry
dialog will retrieve the first message by calling a server-side method.