mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes for media streaming
Preload next track when playing music Added ability to resend failed messages
This commit is contained in:
@@ -15,7 +15,7 @@ func isMediaStreamable(message: Message, media: TelegramMediaFile) -> Bool {
|
||||
guard let size = media.size else {
|
||||
return false
|
||||
}
|
||||
if size < 500 * 1024 {
|
||||
if size < 1 * 1024 * 1024 {
|
||||
return false
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user