Use updated methods in MatrixKit.

This commit is contained in:
Doug
2021-07-12 14:02:29 +01:00
parent 27672d40c2
commit 83e05d26ac
2 changed files with 3 additions and 3 deletions
@@ -890,7 +890,7 @@ const CGFloat kTypingCellHeight = 24;
AVURLAsset *videoAsset = [AVURLAsset assetWithURL:videoLocalURL];
UIImage *videoThumbnail = [MXKVideoThumbnailGenerator.shared generateThumbnailFrom:videoLocalURL];
[self sendVideo:videoAsset withThumbnail:videoThumbnail success:success failure:failure];
[self sendVideoAsset:videoAsset withThumbnail:videoThumbnail success:success failure:failure];
}
- (void)acceptVerificationRequestForEventId:(NSString*)eventId success:(void(^)(void))success failure:(void(^)(NSError*))failure