We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I'm trying to get the body of an encrypted message (decrypted by pantalaimon), but instead i get m.room.encrypted response.
To Reproduce Steps to reproduce the behavior:
Expected behavior Response with body of a message, as per: https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-rooms-roomid-event-eventid
The text was updated successfully, but these errors were encountered:
That request isn't yet overridden, it's just forwarded to the homeserver.
https://github.com/matrix-org/pantalaimon/blob/master/pantalaimon/main.py#L68
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I'm trying to get the body of an encrypted message (decrypted by pantalaimon), but instead i get m.room.encrypted response.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Response with body of a message, as per:
https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-rooms-roomid-event-eventid
The text was updated successfully, but these errors were encountered: