mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix sending voice messages without sound
This commit is contained in:
@@ -291,7 +291,7 @@ final class ChatRecordingPreviewInputPanelNode: ChatInputPanelNode {
|
||||
}
|
||||
|
||||
@objc func sendPressed() {
|
||||
self.interfaceInteraction?.sendRecordedMedia()
|
||||
self.interfaceInteraction?.sendRecordedMedia(false)
|
||||
}
|
||||
|
||||
@objc func waveformPressed() {
|
||||
|
||||
Reference in New Issue
Block a user