Cross-signing: Follow API change on [MXCrypto downloadKeys:]

This commit is contained in:
manuroe
2020-01-15 08:38:35 +01:00
parent fcae2e1b61
commit 363744772f
4 changed files with 4 additions and 4 deletions
@@ -72,7 +72,7 @@ final class DeviceVerificationDataLoadingViewModel: DeviceVerificationDataLoadin
self.update(viewState: .loading)
crypto.downloadKeys([self.otherUserId], forceDownload: false, success: { [weak self] (usersDevicesMap) in
crypto.downloadKeys([self.otherUserId], forceDownload: false, success: { [weak self] (usersDevicesMap, crossSigningKeysMap) in
guard let sself = self else {
return
}