-
Notifications
You must be signed in to change notification settings - Fork 334
Reset MLS conversations #4558
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
Reset MLS conversations #4558
Conversation
23a9405 to
54652e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO or FUTUREWORK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks for catching this. I wanted to refactor this slightly to avoid invoking the API handler in this case, but I'll move it to a follow-up PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't this break older API versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, because the API is unchanged. Just the name of the type has changed.
We will add it back in a follow-up PR
This reverts commit df5a75f.
This adds a new endpoint
/mls/reset-conversationwhich can be used to restore an MLS group that ended up in an invalid state for any reason. After resetting, the conversation has the same users, but the corresponding MLS group gets a new group ID and resets to epoch 0 with no clients.https://wearezeta.atlassian.net/browse/WPB-17337
Checklist
changelog.d