mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Always try to stream video messages.
This commit is contained in:
@@ -549,9 +549,7 @@ void DocumentData::setattributes(
|
||||
}
|
||||
}
|
||||
validateGoodThumbnail();
|
||||
if (isAudioFile()
|
||||
|| (isAnimation() && !isVideoMessage())
|
||||
|| isVoiceMessage()) {
|
||||
if (isAudioFile() || isAnimation() || isVoiceMessage()) {
|
||||
setMaybeSupportsStreaming(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user