mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Support toggling installs of beta versions.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace {
|
||||
|
||||
void SendToBannedHelp(const QString &phone) {
|
||||
const auto version = QString::fromLatin1(AppVersionStr.c_str())
|
||||
+ (cBetaVersion() ? " beta" : "")
|
||||
+ (AppBetaVersion ? " beta" : "")
|
||||
+ (cAlphaVersion() ? qsl(" alpha %1").arg(cAlphaVersion()) : QString());
|
||||
|
||||
const auto subject = qsl("Banned phone number: ") + phone;
|
||||
|
Reference in New Issue
Block a user