Treat video stickers as stickers.
This commit is contained in:
parent
3739c5b92f
commit
d187d14660
@ -134,6 +134,10 @@ Document DocumentsManager::on_get_document(RemoteDocument remote_document, Dialo
|
||||
// video animation
|
||||
video = nullptr;
|
||||
}
|
||||
} else if (sticker != nullptr) {
|
||||
// some stickers uploaded before release
|
||||
type_attributes--;
|
||||
video = nullptr;
|
||||
}
|
||||
}
|
||||
if (animated != nullptr && audio != nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user