mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Always send video messages as not "big" files.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user