-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug where UIA for cross signing wasn't needed until after check…
…ing for it. (#7874) * Update the SDK. * Fix a bug where UIA for cross signing wasn't needed until after checking for it. This was due to the parameters not being present in the check, so we no longer check and instead do UIA on failure.
- Loading branch information
Showing
3 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule matrix-ios-sdk
updated
4 files
+5 −0 | CHANGES.md | |
+1 −1 | MatrixSDK.podspec | |
+108 −0 | MatrixSDK/Crypto/SecretStorage/MXSecretStorage.m | |
+1 −1 | MatrixSDK/MatrixSDKVersion.m |