mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-03-05 13:23:48 +00:00
When a partner clicks their own campaign link (any bonus_type), they get attributed as their own referral — their purchases counted as campaign revenue and they earn referral commissions on their own payments. Add self-referral guards in three layers: - auth.py: early return in _process_campaign_bonus if user is campaign partner - campaign_service.py: defense-in-depth check in apply_campaign_bonus - start.py: guards on all referrer_id assignments and process_referral calls