Skip to content

v1.1.60 — Reject invalid Telegram bot tokens · Отклонение неверных токенов бота

Choose a tag to compare

@Developer-RU Developer-RU released this 21 Jul 14:59
· 13 commits to main since this release

English

Fixed

  • Bot token validation — create/update reject values that are not BotFather tokens (123456789:AA…), so error texts cannot be saved as TELEGRAM_TOKEN.
  • QR / bot link — clearer errors when the token is missing, invalid, or Telegram getMe fails.
  • has_token — true only for a token that matches BotFather format.

Upgrade

# Dashboard → Settings → Software updates → CRM
git fetch origin && git checkout v1.1.60
docker compose -f docker-compose.yml -f docker-compose.pyorchestrator.yml up -d --build dashboard pyorch-bridge

Русский

Исправлено

  • Валидация токена — create/update отклоняют значения не в формате BotFather (123456789:AA…), текст ошибки больше нельзя сохранить как TELEGRAM_TOKEN.
  • QR / ссылка на бота — понятные ошибки: нет токена / неверный токен / сбой Telegram getMe.
  • has_token — true только для токена в формате BotFather.

Обновление

# Настройки → Обновления ПО → CRM
git fetch origin && git checkout v1.1.60
docker compose -f docker-compose.yml -f docker-compose.pyorchestrator.yml up -d --build dashboard pyorch-bridge