Skip to content

v1.1.59 — Telegram bot token save fix · Сохранение токена Telegram-бота

Choose a tag to compare

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

English

Fixed

  • Telegram bot settings — bot token is saved to PyOrchestrator secrets before code sync (sync failures no longer skip the token), then verified.
  • Bot settings UI — shows whether a token is already configured; required when missing; toast on successful token save.
  • Bot start — clear error if TELEGRAM_TOKEN is not set.

Upgrade

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

Русский

Исправлено

  • Настройки Telegram-бота — токен пишется в secrets PyOrchestrator до синхронизации кода (ошибка sync больше не мешает сохранению), затем проверяется.
  • UI настроек бота — статус «токен задан / не задан»; обязателен, если отсутствует; toast при успешном сохранении.
  • Запуск бота — понятная ошибка, если TELEGRAM_TOKEN не задан.

Обновление

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