Always download GIFs in the panel.

Fixes #6981.
This commit is contained in:
John Preston 2020-05-22 10:59:32 +04:00
parent 9725d4272e
commit ccbbf6f5f3
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ bool Should(
const Full &data,
Source source,
not_null<DocumentData*> document) {
if (document->sticker()) {
if (document->sticker() || document->isGifv()) {
return true;
} else if (document->isVoiceMessage()
|| document->isVideoMessage()