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
+1 -1
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 {