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