From ccbbf6f5f3e4d4311c34dda1936023621b826205 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 22 May 2020 10:59:32 +0400 Subject: [PATCH] Always download GIFs in the panel. Fixes #6981. --- Telegram/SourceFiles/data/data_auto_download.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/data/data_auto_download.cpp b/Telegram/SourceFiles/data/data_auto_download.cpp index 98ab587753..8dcf882fb7 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()