Fix sending voice messages without sound

This commit is contained in:
Ali
2020-10-19 00:55:26 +04:00
parent abcef0ff0e
commit a4a40a0aa3
5 changed files with 19 additions and 10 deletions

View File

@@ -291,7 +291,7 @@ final class ChatRecordingPreviewInputPanelNode: ChatInputPanelNode {
}
@objc func sendPressed() {
self.interfaceInteraction?.sendRecordedMedia()
self.interfaceInteraction?.sendRecordedMedia(false)
}
@objc func waveformPressed() {