From bdab2360c38d1755dd706c4b486950b6a26f78e8 Mon Sep 17 00:00:00 2001 From: Vladless Date: Sun, 12 Oct 2025 21:43:21 +0300 Subject: [PATCH] fix country_mode --- handlers/keys/key_mode/key_country_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/keys/key_mode/key_country_mode.py b/handlers/keys/key_mode/key_country_mode.py index 528a3089..9316ce79 100644 --- a/handlers/keys/key_mode/key_country_mode.py +++ b/handlers/keys/key_mode/key_country_mode.py @@ -442,7 +442,7 @@ async def finalize_key_creation( "trafficLimitStrategy": "NO_RESET", "expireAt": expire_at, "telegramId": tg_id, - "activeUserInbounds": [server_info.inbound_id], + "activeInternalSquads": [server_info.inbound_id], } if traffic_limit_bytes: user_data["trafficLimitBytes"] = traffic_limit_bytes