somratpro Claude Sonnet 4.5 commited on
Commit
dd34167
·
1 Parent(s): 1230e4d

chore: remove legacy Telegram user ID aliases from env-builder

Browse files

TELEGRAM_USER_ID and TELEGRAM_USER_IDS are legacy aliases for
TELEGRAM_ALLOWED_USERS. Remove from UI to avoid confusion — use
TELEGRAM_ALLOWED_USERS instead.

154 → 152 fields.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. env-builder.js +0 -14
env-builder.js CHANGED
@@ -1642,20 +1642,6 @@ const FIELDS = [
1642
  "ph": "123456789,987654321",
1643
  "common": 1
1644
  },
1645
- {
1646
- "g": "Telegram",
1647
- "icon": "✈️",
1648
- "k": "TELEGRAM_USER_ID",
1649
- "lbl": "Single Telegram user ID",
1650
- "type": "text"
1651
- },
1652
- {
1653
- "g": "Telegram",
1654
- "icon": "✈️",
1655
- "k": "TELEGRAM_USER_IDS",
1656
- "lbl": "Telegram user IDs (comma)",
1657
- "type": "text"
1658
- },
1659
  {
1660
  "g": "Deployment",
1661
  "icon": "🧭",
 
1642
  "ph": "123456789,987654321",
1643
  "common": 1
1644
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1645
  {
1646
  "g": "Deployment",
1647
  "icon": "🧭",