chore: build

This commit is contained in:
2026-06-12 13:33:07 +02:00
parent 20da2a560f
commit 7f09400e79
8 changed files with 18 additions and 181 deletions
-1
View File
@@ -85,7 +85,6 @@ func UpdateSettings(c *gin.Context) {
if services.TelegramBot != nil {
services.TelegramBot.Reload(req.TelegramBotToken, req.TelegramBotUsername)
services.TelegramBot.SetNotificationsEnabled(req.TelegramNotificationsEnabled)
services.TelegramBot.ReloadNotifBots(req.TelegramNotifBots)
if req.TelegramBotToken != "" {
log.Printf("✅ [SETTINGS] Service Telegram rechargé (username: %s)", req.TelegramBotUsername)
if webhookURL := os.Getenv("TELEGRAM_WEBHOOK_URL"); webhookURL != "" {