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

Encrypted history sharing: hook up share & upload to sending room invites #4511

Open
richvdh opened this issue Jan 10, 2025 · 1 comment
Open

Comments

@richvdh
Copy link
Member

richvdh commented Jan 10, 2025

Our proposed solution to sharing encrypted room history on invite involves uploading all of the room keys to an encrypted media blob and sharing those keys with another user via to-device messages.

#4505 tracks creation of an API to upload the keys and share the details via to-device messages. This issue tracks the simple(?) task of hooking that new API into matrix_sdk::room::Room::invite_user_by_id().

Part of element-hq/element-meta#2685.

@ChristianTacke
Copy link

Will it be possible to re-send, if so desired? (If something went wrong, the user / client could actively press a re-send button?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants