mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Always try to stream video messages.
This commit is contained in:
parent
38199276f1
commit
418b0e7db0
1 changed files with 1 additions and 3 deletions
|
@ -549,9 +549,7 @@ void DocumentData::setattributes(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
validateGoodThumbnail();
|
validateGoodThumbnail();
|
||||||
if (isAudioFile()
|
if (isAudioFile() || isAnimation() || isVoiceMessage()) {
|
||||||
|| (isAnimation() && !isVideoMessage())
|
|
||||||
|| isVoiceMessage()) {
|
|
||||||
setMaybeSupportsStreaming(true);
|
setMaybeSupportsStreaming(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue