somratpro Claude Sonnet 4.6 commited on
Commit
83010db
·
1 Parent(s): 18ecb3d

chore: remove legacy TELEGRAM_USER_IDS from env-builder

Browse files

Canonical var is TELEGRAM_ALLOWED_USERS. Processing fallback in start.sh
is kept for backward compat, but the UI should not expose the old alias.

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

Files changed (1) hide show
  1. env-builder.js +0 -8
env-builder.js CHANGED
@@ -1753,14 +1753,6 @@ const FIELDS = [
1753
  "common": 1,
1754
  "tag": "critical"
1755
  },
1756
- {
1757
- "g": "Telegram",
1758
- "icon": "✈️",
1759
- "k": "TELEGRAM_USER_IDS",
1760
- "lbl": "Telegram user IDs (comma)",
1761
- "type": "text",
1762
- "tag": "optional"
1763
- },
1764
  {
1765
  "g": "Deployment",
1766
  "icon": "🧭",
 
1753
  "common": 1,
1754
  "tag": "critical"
1755
  },
 
 
 
 
 
 
 
 
1756
  {
1757
  "g": "Deployment",
1758
  "icon": "🧭",