cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.3k stars 493 forks source link

[Bug] Cannot delete chat #91

Open LaChimere opened 1 year ago

LaChimere commented 1 year ago

Although the deletion UI is support at present, after confirming deleting a chat, the chat is not shown in the page. But after refreshing the page, the chat appears again. So, the chat is not actually deleted.

cogentapps commented 1 year ago

The sync and persistence code is being reworked to use yjs - should make it more reliable and fix issues like these.

LaChimere commented 1 year ago

The sync and persistence code is being reworked to use yjs - should make it more reliable and fix issues like these.

Cool! Waiting for the good news!

cogentapps commented 1 year ago

Today's update (on the new website domain) includes the switch to yjs, and should be more reliable. Let me know if you encounter any more issues with it.