mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
Fix sending messages via the siri intent.
Fix a bug sending videos into unencrypted rooms.
This commit is contained in:
@@ -641,7 +641,7 @@ typedef NS_ENUM(NSInteger, ImageCompressionMode)
|
||||
{
|
||||
if (!RiotSettings.shared.showMediaCompressionPrompt)
|
||||
{
|
||||
[MXSDKOptions sharedInstance].videoConversionPresetName = AVCaptureSessionPreset1920x1080;
|
||||
[MXSDKOptions sharedInstance].videoConversionPresetName = AVAssetExportPreset1920x1080;
|
||||
sendVideo();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user