issues
search
pocketnetteam
/
bastyon-chat
7
stars
10
forks
source link
Migration from LocalStorage to IndexedDB
#2
Closed
shpingalet007
closed
2 years ago
shpingalet007
commented
2 years ago
Now Bastyon chat is using
IndexedDB
to store encrypted messages and events.
Every
30 days
, cached messages would be deleted from client app.
Async/await
adaptations made in code to correctly support IndexedDB.