Stop disabling panel users when subscriptions expire

This commit is contained in:
Egor
2025-11-02 04:52:00 +03:00
parent 93144eea0e
commit b43d6a83ee

View File

@@ -245,9 +245,6 @@ class MonitoringService:
await expire_subscription(db, subscription)
user = await get_user_by_id(db, subscription.user_id)
if user and user.remnawave_uuid:
await self.subscription_service.disable_remnawave_user(user.remnawave_uuid)
if user and self.bot:
await self._send_subscription_expired_notification(user)