mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Use updated methods in MatrixKit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user