Closed jaller94 closed 2 years ago
arg, this looks like ruma being slightly awkward to work with.
Affects:
it'll affect all 0.6.0 versions until the bindings are fixed. There is no timeline on that at present.
This will be fixed by new bindings: https://github.com/turt2live/matrix-bot-sdk/pull/236
I'm trying to send encrypted events, but only standard messages are successfully sent. Not custom events like this:
I get the following error:
I've tried to make
content
safe by wrapping it like this:JSON.stringify(content)
andJSON.parse(JSON.stringify(content))
. However, so far nothing change the error.Full backtrace: