-
Notifications
You must be signed in to change notification settings - Fork 75
[Feature] Chat Log on Client side #8
Comments
Hi, yes it needs something like that. For now it is impossible to use it on websites which aren't single page apps like those angular, react based apps. I think we need to store user's uniq id (called |
From version 1.2.0 the chat history preserves after website refresh or changing routes, it will create new session only when you close and reopen your website |
I'll close it for now. It is implemented. If you want you can still comment in this topic. Thanks! |
what about using localstorage instead of sessionstorage. if i open a new tab with sessionstorage im creating a new session id and with a localstorage im using the old one. in ui it would look like im starting a new chat with sessionstorage and resuming a chat with localstorage. some people open multiple tabs now the problem is when to clear the sessionid from localstorage. |
Yes, you're right it might be problematic. I need to think about it. |
is it possible to enable chat-log/history on client side, based on a cookie?
e.g: user chats to me, writes a issue, he then reloads the page, i reply via admin interface, he never gets the reply.
nice project, if it is not possible right, now i may do a pr
regards
The text was updated successfully, but these errors were encountered: