From 9681e7eb19d3346030cb6ce7ca89313c5eb762a5 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 24 Apr 2026 14:10:55 +0700 Subject: [PATCH] Update dictionaries. --- Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp b/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp index 15fcfd4086..91d6ec2036 100644 --- a/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp +++ b/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp @@ -64,8 +64,8 @@ inline auto LanguageFromLocale(QLocale loc) { : int(locLang); } -constexpr auto kDictionariesManifestChannel = "tdhbcfeed"_cs; -constexpr auto kDictionariesManifestPostId = 0; +constexpr auto kDictionariesManifestChannel = "tdhbcfiles"_cs; +constexpr auto kDictionariesManifestPostId = 2949; // Runtime-loaded dictionaries manifest. Kept in memory only: fetched from // the pinned JSON post the first time something actually needs it