-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove keyshare dialog once cross-signing exits labs #11908
Comments
The original change here feels a bit misguided. We still require keyshare requests for RiotX->Web to get information about devices and such. Cross signing does help, though there are legitimate use cases where key sharing is required. We've backed the original change out for the demo. |
The key share dialog (disabled with cross-signing in matrix-org/matrix-react-sdk#3860) is only used for unverified devices. For verified devices, we send immediately and that has not changed. It would be good to have more details on this scenario to track down what failed and what should be happening. |
we were pretty tired at the time - would be worth talking it over with @BillCarsonFr to see what was going on. |
For the record here, there was a bug that prevented auto key sharing with cross-signed device. Fixed by matrix-org/matrix-js-sdk#1243. This dialog is still planned for removal when cross-signing is out of labs. |
Co-authored-by: Michael Weimann <[email protected]> Co-authored-by: Michael Telatynski <[email protected]>
Once cross-signing is the default, we should remove the keyshare dialog.
The text was updated successfully, but these errors were encountered: