mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-04-29 09:10:06 +00:00
_sync_subscription_to_panel() discarded the update_user() return value, leaving subscription_url and subscription_crypto_link as None when updating existing panel users. This caused "Connect devices" button and HAPP_CRYPT4_LINK to disappear after admin subscription reset. Also adds subscription_crypto_link sync to webhook user_modified handler (was already present in user_revoked but missing from user_modified).