Incoming verification requests with Crypto V2

This commit is contained in:
Andy Uhnak
2022-10-03 17:56:58 +01:00
parent 66f83eae64
commit 59dba6c870
3 changed files with 28 additions and 13 deletions
@@ -866,6 +866,7 @@ const CGFloat kTypingCellHeight = 24;
}
__block MXHTTPOperation *operation = [self.mxSession.crypto.keyVerificationManager keyVerificationFromKeyVerificationEvent:event
roomId:self.roomId
success:^(MXKeyVerification * _Nonnull keyVerification)
{
BOOL shouldRefreshCells = bubbleCellData.isKeyVerificationOperationPending || bubbleCellData.keyVerification == nil;