2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Improve sticker file reference refreshing.

This commit is contained in:
John Preston
2018-09-26 21:08:11 +03:00
parent 131f7ec5bb
commit a7772b922c
6 changed files with 25 additions and 12 deletions

View File

@@ -25,8 +25,9 @@ namespace {
void SendToBannedHelp(const QString &phone) {
const auto version = QString::fromLatin1(AppVersionStr.c_str())
+ (AppBetaVersion ? " beta" : "")
+ (cAlphaVersion() ? qsl(" alpha %1").arg(cAlphaVersion()) : QString());
+ (cAlphaVersion()
? qsl(" alpha %1").arg(cAlphaVersion())
: (AppBetaVersion ? " beta" : ""));
const auto subject = qsl("Banned phone number: ") + phone;