Update default option value.

This commit is contained in:
levlam 2023-10-28 22:38:57 +03:00
parent eec35cf63e
commit 25eebd3d6f

View File

@ -144,7 +144,7 @@ OptionManager::OptionManager(Td *td)
set_option_integer("giveaway_duration_max", 7 * 86400);
}
if (!have_option("channel_custom_accent_color_boost_level_min")) {
set_option_integer("channel_custom_accent_color_boost_level_min", 1);
set_option_integer("channel_custom_accent_color_boost_level_min", 5);
}
if (!have_option("premium_gift_boost_count")) {
set_option_integer("premium_gift_boost_count", 3);