mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-23 21:01:17 +00:00
- Convert max_uses=0 to 999999 (unlimited) in cabinet and webapi routes, matching bot handler behavior. Fixes miniapp-created promo codes being immediately invalid due to is_valid check (current_uses < max_uses). - Skip trial offer in post-registration keyboard when promo code already activated a subscription, showing "back to menu" button instead.