-
Notifications
You must be signed in to change notification settings - Fork 42
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
Encrypted rooms cannot send message #163
Comments
Forgot to mention: Using pantalaimon 0.10.5 with matrix-nio 0.19.0 can send messages in some encrypted rooms, but half the unencrypted and encrypted rooms will not work and i get an immediate error from pantalaimon telling me it failed to sync when i send the message - |
I have the same problem. Do you know how to fix it? |
Not a full fix, but here is the hacky solution I am happy with:
I am using Gentoo, so I just placed this file in |
Latest matrix-nio release, latest pantalaimon compiled from git (because your latest release has been broken for the last 12 or so months!). I have tried a few different configurations, but using git release of pantalaimon and latest stable release of matrix-nio seems to have least amount of problems. Reading encrypted rooms works fine. Sending and reading in unencrypted rooms works fine. Whenever I try to send a message to an encrypted room, I get a few "Missing session for device XXXXXXX" but nothing else until my client times out.
The text was updated successfully, but these errors were encountered: