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
We are currently testing the conversejs script "embedded" in our site. We found out than the script can call localStorage.clear() which deletes all of our own persistent data.
Is there a way to disable this behavior? Using localStorage is fine, but only clean what is used by converse....
The text was updated successfully, but these errors were encountered:
I'm aware of this issue and did some work in a branch to only clear the actual data from Converse and not everything else. However, it's not yet in master and will take some more time to get working properly.
We are currently testing the conversejs script "embedded" in our site. We found out than the script can call localStorage.clear() which deletes all of our own persistent data.
Is there a way to disable this behavior? Using localStorage is fine, but only clean what is used by converse....
The text was updated successfully, but these errors were encountered: