mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Video Stickers Fixes
This commit is contained in:
@@ -184,7 +184,9 @@ func applyUpdateMessage(postbox: Postbox, stateManager: AccountStateManager, mes
|
||||
sentStickers.append(file)
|
||||
}
|
||||
case .Animated:
|
||||
sentGifs.append(file)
|
||||
if !file.isVideoSticker {
|
||||
sentGifs.append(file)
|
||||
}
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user