mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Closed alpha version 1.4.0.1.
This commit is contained in:
@@ -9,7 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
#include "core/utils.h"
|
||||
|
||||
#define ALPHA_VERSION_MACRO (0ULL)
|
||||
#define ALPHA_VERSION_MACRO (1004000001ULL)
|
||||
|
||||
constexpr int AppVersion = 1004000;
|
||||
constexpr str_const AppVersionStr = "1.4";
|
||||
|
@@ -12,7 +12,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
namespace Support {
|
||||
|
||||
bool ValidateAccount(const MTPUser &self) {
|
||||
return true; AssertIsDebug();
|
||||
//return true; AssertIsDebug();
|
||||
return self.match([](const MTPDuser &data) {
|
||||
return data.has_phone() && qs(data.vphone).startsWith(qstr("424"));
|
||||
}, [](const MTPDuserEmpty &data) {
|
||||
|
Reference in New Issue
Block a user