element-web
element-web copied to clipboard
Element-R: Historical room key sharing (key share on invite)
When Alice invites Bob to a room with a suitable history visibility setting, she is supposed to share any keys she has for past messages in that room (via m.forwarded_room_key events, I think).
(Aside: I don't think this is actually specced?)
Anyway: this needs implementing in Element-R.
See also https://github.com/element-hq/element-web/issues/23778
(Aside: I don't think this is actually specced?)
This is https://github.com/matrix-org/matrix-spec/pull/1655, for the record.
Requires implementation in matrix-rust-sdk (https://github.com/matrix-org/matrix-rust-sdk/issues/580)