2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update API scheme on layer 202.

This commit is contained in:
John Preston
2025-04-04 11:18:10 +04:00
parent 502045f1fa
commit a5fa595627
8 changed files with 51 additions and 13 deletions

View File

@@ -108,6 +108,11 @@ int AppConfig::pinnedGiftsLimit() const {
return get<int>(u"stargifts_pinned_to_top_limit"_q, 6);
}
bool AppConfig::confcallPrioritizeVP8() const {
AssertIsDebug();
return true;
}
void AppConfig::refresh(bool force) {
if (_requestId || !_api) {
if (force) {