mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
parent
9725d4272e
commit
ccbbf6f5f3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue