2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Save domain in different localstorage key.

This commit is contained in:
John Preston
2019-07-15 10:30:38 +02:00
parent c22aeb8b40
commit 7c6ede0908
4 changed files with 20 additions and 9 deletions

View File

@@ -384,8 +384,8 @@ struct Data {
int32 CallPacketTimeoutMs = 10000;
int32 WebFileDcId = cTestMode() ? 2 : 4;
QString TxtDomainString = cTestMode()
? qsl("testapv2.stel.com")
: qsl("apv2.stel.com");
? qsl("tapv3.stel.com")
: qsl("apv3.stel.com");
bool PhoneCallsEnabled = true;
bool BlockedMode = false;
int32 CaptionLengthMax = 1024;