mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Video Stickers Fixes/Users/ilya/Projects/Telegram-iOS-Beta/submodules/BrowserUI/BUILD
This commit is contained in:
parent
a502867bdd
commit
a788af5355
@ -184,7 +184,7 @@ func applyUpdateMessage(postbox: Postbox, stateManager: AccountStateManager, mes
|
||||
sentStickers.append(file)
|
||||
}
|
||||
case .Animated:
|
||||
if !file.isVideoSticker {
|
||||
if !file.isAnimatedSticker && !file.isVideoSticker {
|
||||
sentGifs.append(file)
|
||||
}
|
||||
default:
|
||||
@ -366,7 +366,9 @@ func applyUpdateGroupMessages(postbox: Postbox, stateManager: AccountStateManage
|
||||
sentStickers.append(file)
|
||||
}
|
||||
case .Animated:
|
||||
sentGifs.append(file)
|
||||
if !file.isAnimatedSticker && !file.isVideoSticker {
|
||||
sentGifs.append(file)
|
||||
}
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user