Open VoQspu opened 3 years ago
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
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
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