You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most important feature would be to export room encryption keys per room. This would allow, for instance, an old member of an E2E encrypted room to supply keys to a newer member so they can read history prior to their join.
The function export_keys from the Rust SDK could be used for the implementation.
Note that there is already a /keys export command which exports all keys. The implementation of the current /keys export command is here. As a first pass, the use case in this issue could be satisfied by implementing /keys export --room-id ROOM_ID.
The text was updated successfully, but these errors were encountered:
The most important feature would be to export room encryption keys per room. This would allow, for instance, an old member of an E2E encrypted room to supply keys to a newer member so they can read history prior to their join.
The function export_keys from the Rust SDK could be used for the implementation.
Note that there is already a
/keys export
command which exports all keys. The implementation of the current/keys export
command is here. As a first pass, the use case in this issue could be satisfied by implementing/keys export --room-id ROOM_ID
.The text was updated successfully, but these errors were encountered: