2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Beta version 1.4.4: Correct caption limit.

This commit is contained in:
John Preston
2018-10-17 14:38:07 +03:00
parent 54f2b1b2d8
commit c5d20a21f7
8 changed files with 15 additions and 6 deletions

View File

@@ -768,6 +768,7 @@ void Instance::Private::configLoadDone(const MTPConfig &result) {
Global::RefPhoneCallsEnabledChanged().notify();
}
Global::SetBlockedMode(data.is_blocked_mode());
Global::SetCaptionLengthMax(data.vcaption_length_max.v);
const auto lang = data.has_suggested_lang_code()
? qs(data.vsuggested_lang_code)