mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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();
|
||||
if (isAudioFile()
|
||||
|| (isAnimation() && !isVideoMessage())
|
||||
|| isVoiceMessage()) {
|
||||
if (isAudioFile() || isAnimation() || isVoiceMessage()) {
|
||||
setMaybeSupportsStreaming(true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue