mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various Improvements
This commit is contained in:
@@ -135,6 +135,8 @@ private func collectExternalShareItems(strings: PresentationStrings, dateTimeFor
|
||||
fileName = value
|
||||
} else if file.isVideo {
|
||||
fileName = "telegram_video.mp4"
|
||||
} else if file.isVoice {
|
||||
fileName = "telegram_audio.ogg"
|
||||
} else {
|
||||
fileName = "file"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user