From e99f650eaacb5ce91458e4abcbbfa5b96c5cff9a Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 13 Sep 2021 16:33:31 +0300 Subject: [PATCH] Change default autoupdate URL. --- Telegram/SourceFiles/storage/localstorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/storage/localstorage.cpp b/Telegram/SourceFiles/storage/localstorage.cpp index 61e6f59964..573a3e4ed5 100644 --- a/Telegram/SourceFiles/storage/localstorage.cpp +++ b/Telegram/SourceFiles/storage/localstorage.cpp @@ -545,7 +545,7 @@ const QString &readAutoupdatePrefixRaw() { return AutoupdatePrefix(value); } } - return AutoupdatePrefix("https://updates.tdesktop.com"); + return AutoupdatePrefix("https://td.telegram.org"); } void writeAutoupdatePrefix(const QString &prefix) {