Complete MXCryptoV2 implementation

This commit is contained in:
Andy Uhnak
2022-10-26 09:55:47 +01:00
parent 72a549ae7e
commit 6fad57f0a5
25 changed files with 113 additions and 69 deletions
@@ -118,7 +118,7 @@
self.selectedRoom = [MXRoom loadRoomFromStore:fileStore withRoomId:roomID matrixSession:session];
// Do not warn for unknown devices. We have cross-signing now
session.crypto.warnOnUnknowDevices = NO;
((MXLegacyCrypto *)session.crypto).warnOnUnknowDevices = NO;
MXWeakify(self);
[self.selectedRoom sendTextMessage:intent.content