Allow sending large images again (up to 108MP).

This commit is contained in:
John Preston 2020-04-13 15:12:43 +04:00
parent b16696db93
commit 15b19f8565

View file

@ -57,7 +57,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace {
constexpr auto kImageAreaLimit = 6'016 * 3'384;
constexpr auto kImageAreaLimit = 12'032 * 9'024;
App::LaunchState _launchState = App::Launched;