-
Notifications
You must be signed in to change notification settings - Fork 258
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 #580
Comments
I've created a Ruma issue for this as well: ruma/ruma#1104 |
When we do this, we should be sure not to repeat element-hq/element-web#23778 (sending out all of the room keys at once). |
I'm aware of the flaws of the current approach, that is one of the reasons why this isn't yet implemented in the rust-sdk. A proper solution would need more time. Thanks for reminding me. |
@poljar if there are other flaws it might be good to link them here, so we can make sure that they are correctly addressed in whatever solution we use for the rust-sdk? |
The main problems are:
What I proposed was to have a separate event type, which will separate the concepts and allow a batch of room keys to be sent over. |
Given the reversion of MSC3061 following the vulnerability disclosure, closing this as not planned. |
From element-ios created by manuroe: element-hq/element-ios#4947
As per MSC3061
See element-hq/element-android#4153
The text was updated successfully, but these errors were encountered: