-
Notifications
You must be signed in to change notification settings - Fork 21
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: Cannot recover conversations and messages #561
Comments
Hello @hookie256! Thank you for reaching out! There are docs in the works around this and how to handle it here A bit of an in depth look into the why this happens: The encryption is actually done on the installation level, so installation To display the older messages you can use the history sync server to pull in the older messages |
I am using React Native, so could you provide me with some sample code for reference? It seems like the support above is only for the browser. |
👋 @hookie256 the history sync server is currently disabled in the most recent RN SDK as we work on a few performance improvements. Hope to have it reenabled later this week. |
Describe the bug
I installed the app and created DM and group conversations. However, when I uninstall the app or initialize the client on another device, I can no longer load my conversations. When I fetch the list of conversations, it returns an empty array.
Thanks!
Expected behavior
I dont know how to recover conversations....or is this a feature?
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: