Always send video messages as not "big" files.

This commit is contained in:
John Preston 2024-12-23 13:12:11 +04:00
parent 2d2d4ac002
commit 99a7a13218

View file

@ -25,8 +25,8 @@ class Session;
namespace Storage {
// MTP big files methods used for files greater than 10mb.
constexpr auto kUseBigFilesFrom = 10 * 1024 * 1024;
// MTP big files methods used for files greater than 30mb.
constexpr auto kUseBigFilesFrom = 30 * 1024 * 1024;
struct UploadedMedia {
FullMsgId fullId;