diff --git a/Telegram/SourceFiles/data/data_auto_download.cpp b/Telegram/SourceFiles/data/data_auto_download.cpp index 98ab58775..8dcf882fb 100644 --- a/Telegram/SourceFiles/data/data_auto_download.cpp +++ b/Telegram/SourceFiles/data/data_auto_download.cpp @@ -261,7 +261,7 @@ bool Should( const Full &data, Source source, not_null document) { - if (document->sticker()) { + if (document->sticker() || document->isGifv()) { return true; } else if (document->isVoiceMessage() || document->isVideoMessage()