Skip to content

Commit

Permalink
Fix default option value.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Aug 17, 2024
1 parent 2684d8e commit 9b6ff58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/telegram/OptionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ OptionManager::OptionManager(Td *td)
set_default_integer_option("paid_reaction_star_count_max", 2500);
set_default_integer_option("subscription_star_count_max", 2500);
set_default_integer_option("usd_to_thousand_star_rate", 1410);
set_default_integer_option("thousand_star_to_usd_rate", 1200);
set_default_integer_option("thousand_star_to_usd_rate", 1300);

if (options.isset("my_phone_number") || !options.isset("my_id")) {
update_premium_options();
Expand Down

0 comments on commit 9b6ff58

Please sign in to comment.