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

Show description about custom chat intro.

This commit is contained in:
John Preston
2024-03-22 10:38:52 +04:00
parent 1e1a48865f
commit 3a5b3ff3bd
9 changed files with 42 additions and 4 deletions

View File

@@ -684,7 +684,7 @@ std::vector<PremiumFeature> BusinessFeaturesOrder(
return PremiumFeature::BusinessLocation;
} else if (s == u"business_bots"_q) {
return PremiumFeature::BusinessBots;
} else if (s == u"chat_intro"_q) {
} else if (s == u"business_intro"_q) {
return PremiumFeature::ChatIntro;
}
return PremiumFeature::kCount;