LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.74k stars 602 forks source link

Is there any mechanisms in the component that could allow the application to save/load chat history? #243

Closed delsinz closed 4 years ago

delsinz commented 5 years ago

Basically what the title says.

I'm trying to implement a feature where the chat history would be saved when a user logs out, and loaded into chat window when the user logs back in.

Is there any way to do that?

delsinz commented 4 years ago

Set cache to true.

There are also a few limitations on custom components.