Skip to content
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

Possibility of persisting the chat history while browsing between different pages #48

Open
salgua opened this issue Nov 10, 2019 · 2 comments

Comments

@salgua
Copy link

salgua commented Nov 10, 2019

Hi,
using botmanWidget.userId I can associate application user within the chatbot keeping the current conversation while browsing between different pages, but it would be nice also to keep the chat history. Is there a way to do it?

@luizjr
Copy link

luizjr commented Jan 30, 2020

I need this feature too

@EranGrin
Copy link

The Chat history only exists on the client side, the feature is quite complex as one would need to keep the state of the conversation on the server side and then push the changes to all the active clients, you might be able to use the existing window.botmanChatWidget API to readd the conversation.... but all of this seems like an overkill work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants