Complete MXCryptoV2 implementation

This commit is contained in:
Andy Uhnak
2022-10-26 09:55:47 +01:00
parent 8334fa1e69
commit 2acf773404
25 changed files with 113 additions and 69 deletions
@@ -63,7 +63,7 @@ final class SecretsResetViewModel: SecretsResetViewModelType {
}
private func resetSecrets(with authParameters: [String: Any]) {
guard let crossSigning = self.session.crypto.crossSigning else {
guard let crossSigning = self.session.crypto?.crossSigning else {
return
}
MXLog.debug("[SecretsResetViewModel] resetSecrets")