mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Force streaming bit for stories videos.
This commit is contained in:
@@ -59,6 +59,7 @@ using UpdateFlag = StoryUpdate::Flag;
|
||||
const auto result = owner->processDocument(*document);
|
||||
if (!result->isNull()
|
||||
&& (result->isGifv() || result->isVideoFile())) {
|
||||
result->setStoryMedia(true);
|
||||
return StoryMedia{ result };
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user