2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix round video messages streaming.

This commit is contained in:
John Preston
2019-12-12 16:26:53 +03:00
parent 7f26f81e4f
commit 38199276f1
6 changed files with 51 additions and 33 deletions

View File

@@ -1295,7 +1295,7 @@ bool DocumentData::useStreamingLoader() const {
bool DocumentData::canBeStreamed() const {
// For now video messages are not streamed.
return hasRemoteLocation() && supportsStreaming() && !isVideoMessage();
return hasRemoteLocation() && supportsStreaming();
}
bool DocumentData::canBePlayed() const {