Video Stickers Fixes

This commit is contained in:
Ilya Laktyushin
2022-01-29 01:07:20 +03:00
parent 0676ccbc83
commit daa7d61605
2 changed files with 4 additions and 2 deletions

View File

@@ -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
}