-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Refactor CreateCrossSigningDialog #28218
Conversation
* Converts CreateCrossSigningDialog to a functional component * Pulls logic out to its own class * Updates usage of deprecated cross signing bootstrap method on client to be on the crypto object and updates test to match Moved from element-hq/matrix-react-sdk#131
…tecrosssigningdialog
…tecrosssigningdialog
…tecrosssigningdialog
getActiveSessionBackupVersion: jest.fn().mockResolvedValue(null), | ||
globalBlacklistUnverifiedDevices: false, |
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.
Why do we need to move theses two functions?
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.
Oh, we both added them and I probably accepted the wrong set of changes when merging.
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.
Looks good from a crypto pov
Co-authored-by: Andy Balaam <[email protected]>
Moved from element-hq/matrix-react-sdk#131
Checklist
public
/exported
symbols have accurate TSDoc documentation.