Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MSC3061 (Sharing room keys for past messages) #1104

Closed
jplatte opened this issue Apr 28, 2022 · 0 comments · Fixed by #1669
Closed

Implement MSC3061 (Sharing room keys for past messages) #1104

jplatte opened this issue Apr 28, 2022 · 0 comments · Fixed by #1669
Labels
area/events area/ruma-client effort/easy help wanted type/msc issues relating to implementing or updating ruma from MSCs

Comments

@jplatte
Copy link
Member

jplatte commented Apr 28, 2022

All that seems to be required for this in Ruma is adding a shared_history field (initially renamed to org.matrix.msc3061.shared_history) in a few structs:

  • the content structs for m.room_key and m.forwarded_room_key
  • ruma_client_api::backup::SessionData
  • SessionData of key backups? we don't seem to have this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/events area/ruma-client effort/easy help wanted type/msc issues relating to implementing or updating ruma from MSCs
Development

Successfully merging a pull request may close this issue.

1 participant