diff --git a/apps/m3u/tasks.py b/apps/m3u/tasks.py index 996226ec..9c31fa75 100644 --- a/apps/m3u/tasks.py +++ b/apps/m3u/tasks.py @@ -3237,7 +3237,7 @@ def evaluate_profile_expiration_notification(profile): "exp_date": exp.isoformat(), }, "is_active": True, - "admin_only": False, + "admin_only": True, }, ) send_websocket_notification(notification) @@ -3280,7 +3280,7 @@ def evaluate_profile_expiration_notification(profile): "exp_date": exp.isoformat(), }, "is_active": True, - "admin_only": False, + "admin_only": True, }, ) send_websocket_notification(notification)