Update premium options on launch only for regular users.

This commit is contained in:
levlam 2024-01-23 21:03:04 +03:00
parent 3cb6ed90db
commit 5bbfc1cf5d
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,9 @@ OptionManager::OptionManager(Td *td)
set_default_integer_option("channel_profile_bg_icon_level_min", G()->is_test_dc() ? 1 : 7);
set_default_integer_option("channel_wallpaper_level_min", G()->is_test_dc() ? 3 : 9);
update_premium_options();
if (options.isset("my_phone_number") || !options.isset("my_id")) {
update_premium_options();
}
set_option_empty("archive_and_mute_new_chats_from_unknown_users");
set_option_empty("channel_custom_accent_color_boost_level_min");