We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78262b commit 8f65a7aCopy full SHA for 8f65a7a
Telegram/SourceFiles/mtproto/details/mtproto_domain_resolver.cpp
@@ -65,7 +65,7 @@ QByteArray DnsUserAgent() {
65
static const auto kResult = QByteArray(
66
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
67
"AppleWebKit/537.36 (KHTML, like Gecko) "
68
- "Chrome/138.0.0.0 Safari/537.36");
+ "Chrome/139.0.0.0 Safari/537.36");
69
return kResult;
70
}
71
0 commit comments