Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: embed .mkv videos
  • Loading branch information
comdev1337 committed May 4, 2026
commit 5e099fa823ce77a45373fee59f4b48c0a13fb1a0
1 change: 1 addition & 0 deletions Telegram/SourceFiles/storage/localimageloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ bool FileLoadTask::CheckForVideo(
u".mov"_q,
u".m4v"_q,
u".webm"_q,
u".mkv"_q,
};
if (!CheckMimeOrExtensions(filepath, result->filemime, mimes, extensions)) {
return false;
Expand Down
Loading