-
Notifications
You must be signed in to change notification settings - Fork 367
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
fix: Copying chat not work #629
Conversation
@Golu7667 is attempting to deploy a commit to the dunsin's projects Team on Vercel. A member of the Team first needs to authorize it. |
@Dunsin review my pr and merge this |
keep in mind in the future you don't need to comment back on the Issue, you can after 5 days, it's not my first rodeo, so I see your PR and will definitely do what's needed to be done. It will just cause unnecessary notifications for me and others. |
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
@Golu7667 stiil interested in this? |
Remove app.jsx file changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You did great, thanks for contributing, I hope you will stick around and continue to contribute to this project.
Consider giving this project a star, sharing the project to your friends, and joining the community discord server if you haven't for more resources and opportunities to connect with others. ππ½hereππ½
actually @Golu7667 can you raise the PR again, and don't add app.jsx, your method of reverting the file is wrong as it deleted the original from the source code |
Fixes Issue
My PR closes #628
π¨βπ» Changes proposed(What did you do ?)
Send cryptoKey and importedPrivateKey to chatHelper. The message is encrypted and then decrypted using the decryptMessage function with the key (cryptoKey, importedPrivateKey). After decryption, copying text works correctly.
βοΈ Check List (Check all the applicable boxes)
Note to reviewers
π· Screenshots