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
@@ -406,7 +406,7 @@
NSString *userId = self.mxRoomMember.userId;
__weak typeof(self) weakSelf = self;
[self.mxRoom.mxSession.crypto downloadKeys:@[userId] forceDownload:NO success:^(MXUsersDevicesMap<MXDeviceInfo *> *usersDevicesInfoMap) {
[self.mxRoom.mxSession.crypto downloadKeys:@[userId] forceDownload:NO success:^(MXUsersDevicesMap<MXDeviceInfo *> *usersDevicesInfoMap, NSDictionary<NSString *,MXCrossSigningInfo *> *crossSigningKeysMap) {
if (weakSelf)
{