matrix-nio
matrix-nio copied to clipboard
Retrieve serverside stored megolm keys
There is this feature "Storing megolm keys serverside" https://github.com/matrix-org/matrix-doc/blob/master/proposals/1219-storing-megolm-keys-serverside.md which works as a backup of the e2e room keys.
Is there a way to retrieving those keys with matrix-nio?
I think this is the API call https://matrix.org/docs/spec/client_server/unstable#get-matrix-client-r0-room-keys-keys
This isn't supported yet.