Add gifts premium promo.

This commit is contained in:
John Preston
2025-12-05 11:36:15 +04:00
parent 43347f671c
commit 6fe61ed58a
4 changed files with 10 additions and 0 deletions

View File

@@ -1808,6 +1808,8 @@ std::vector<PremiumFeature> PremiumFeaturesOrder(
return PremiumFeature::TodoLists;
} else if (s == u"peer_colors"_q) {
return PremiumFeature::PeerColors;
} else if (s == u"gifts"_q) {
return PremiumFeature::Gifts;
}
return PremiumFeature::kCount;
}) | ranges::views::filter([](PremiumFeature type) {