-
Notifications
You must be signed in to change notification settings - Fork 61k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Deleted conversations were restored after WebDAV sync / WebDAV 同步后,之前删除的聊天被还原 #2837
Comments
environment: |
目前的同步并没有考虑消息删除的情况。 |
The current synchronization does not take into account message deletion. |
I've been implement this include my favorite sync service using github gist Untitled.video.-.Made.with.Clipchamp.4.mp4 |
希望被删除的聊天,同步之后云中的记录也会被删除 |
For chats that you wish to delete, the records in the cloud will also be deleted after synchronization. |
+1 |
+1 |
+1 |
+1 |
并且还有一种情况,就是删除面具时被删除的面具也不会同步 |
And there is another situation where the deleted mask will not be synchronized when you delete the mask. |
我实现了这个功能,现在还在自测,我自己用一切正常。你们可以试试:https://github.com/ahzmr/ChatGPT-Next-Web/tree/v2.14.0.1 |
I implemented this function and am still testing it myself. Everything works fine when I use it myself. You can try: https://github.com/ahzmr/ChatGPT-Next-Web.git |
环境:
部署到 vercel,用自己的域名
webdav 是 koofr.net 挂载了 Google Drive
问题:
点同步时,数据都保存了(看 console 没看到报错什么的,也没出现 #2820 的问题,用另一个浏览器测试也能正常恢复数据)。
但是当我删除了一个聊天 (conversation) 后,再次同步,删除的聊天被还原了。
The text was updated successfully, but these errors were encountered: