matrix-nio
matrix-nio copied to clipboard
Encrypted Room cannot receive
Hi
I'm trying to receive messages from an encrypted room.
I used: joins[room_id].timeline.events
to get all events and joins[room_id].timeline.events:
to filter out only the room's events.
But I'm only receiving MegolmEvents with cyphertext.
How can I decrypt them?
Thanks