mirror of https://github.com/procxx/kepka.git
parent
9725d4272e
commit
ccbbf6f5f3
|
@ -261,7 +261,7 @@ bool Should(
|
||||||
const Full &data,
|
const Full &data,
|
||||||
Source source,
|
Source source,
|
||||||
not_null<DocumentData*> document) {
|
not_null<DocumentData*> document) {
|
||||||
if (document->sticker()) {
|
if (document->sticker() || document->isGifv()) {
|
||||||
return true;
|
return true;
|
||||||
} else if (document->isVoiceMessage()
|
} else if (document->isVoiceMessage()
|
||||||
|| document->isVideoMessage()
|
|| document->isVideoMessage()
|
||||||
|
|
Loading…
Reference in New Issue