-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Failing to read encrypted messages when integrating with Beeper Homeserver 🥲 #4360
Labels
T-Other
Questions, user support, anything else
Comments
We can't really offer support here - you could try https://matrix.to/#/#matrix-dev:matrix.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to integrate with Beeper Homeserver for my Electron app and I have not been able to get it to work for encrypted messages. I could not find a working snippet of code on the internet. That would be immensly useful if someone could provide a working snippet of code to send and read messages through the beeper homeserver to whatsapp or another encrypted messaging app.
I have not been able to verify my client with Beeper as the "can't scan" button for verifying new apps does not seem to do anything after you enter the KEY. And I am not sure what code to put on my side to make it work with the QR code displayed by the Beeper app. This could be why I am unable to decrypt the messages but I am unsure if this is the cause.
Here is a screenshot of what my app displays. I can read messages from myself but cannot read messages from others as the key is not shared:
Here is what I see on my Beeper app as I am unable to verify the device (Not sure if that is the cause):
Thanks in advance for the help. It would be wonderful if anyone could provide. Working snippet of code. And it would probably be a huge help for the community to have a working snippet of code for this 🙂
I am using
matrix-js-sdk
withe version32.4.0
andolm
with version3.2.12
.Here is the code that I have so far, this is my
renderer.js
:Here is the main.js
Here is the index.js
The text was updated successfully, but these errors were encountered: