-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Export Chat History and Attached Files #27
Comments
hey @bhavik-mangla how is the app recognizing nearby devices? |
You can communicate your doubts here https://discord.com/channels/1022871757289422898/1317925790939217974 |
@bhavik-mangla assign this issue to me? |
@bhavik-mangla plz checkout this pr?? |
Is this issue is fixed ? If not I want to work on this issue |
can i work on this issue can you please assign this issue to me. |
this issue is open |
Allow users to download and preserve a record of their chat history, including text messages, images, or other shared files. This could be helpful for data backup or archival purposes.
Goals:
• Simplify the extraction of conversation data into a user-friendly format (e.g., PDF, JSON, or a zipped folder).
• Include an option to export attached media/files, either embedded or in a separate directory.
Possible Approach:
• Aggregate messages from the local storage.
• Generate a structured export file (e.g., JSON) or a PDF with text and embedded media links.
• Provide a clear UI option for the export and store the exported file securely in local storage.
The text was updated successfully, but these errors were encountered: