You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository's issues are reserved for bug reports only.
I'm submitting a ...
bug report
support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
A user starts a conversation and with the conversation:started event conversation with updated with certain metadata. On certain condition the user's message will disappear.
For support questions, please visit our help page.
This repository's issues are reserved for bug reports only.
I'm submitting a ...
What is the current behavior?
A user starts a conversation and with the conversation:started event conversation with updated with certain metadata. On certain condition the user's message will disappear.
Disappearing message steps:
Hello
)Hello
message will disappear.Duplicate message in conversation:
Hello
)Hello
.Disappearing message demo
Duplicate message demo
What is the expected behavior?
Conversation message not to disappear or show twice randomly and properly sync.
Please tell us about your environment:
Debug Status
We found out that after we run the following code to update the smooch conversation with certain metadata.
const conversation = await Smooch.updateConversation(id,{data});
Smooch is returning empty messages in the conversation object.
The text was updated successfully, but these errors were encountered: