-
-
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
<Message is not decryptable on this device> #20
Comments
Note that receiver is able to read the message without issue. It is only the sender having the issue. |
i think it's an issue with the frontends itself (if the receiver can see the msg, than it's obvious the sender can see it too. |
But messages sent in frontend do not have this issue. |
yup, because those messages are not encrypted. You can see the payload request while sending a msg |
bitclout.com uses "EncryptedMessageText" in post data while this python library uses "MessageText". In deso-protocol nodejs package, That encrypt function is defined in https://github.com/deso-protocol/identity/blob/dc744ab49944409b28f36ffe039d39cacf16e92b/src/app/signing.service.ts#L28 I think we will need this package https://github.com/ecies/py for encrypting the message. |
I see. I will try figure that out. Feels free to create a PR to solve this! |
When a private message is sent though this library, the sender is shown the below message in the inbox from bitclout.com and diamondapp.com
<Message is not decryptable on this device>
The receiver receives the correct message though. But the sender has issues in seeing the message sent.
The text was updated successfully, but these errors were encountered: