diff --git a/services/BotService.php b/services/BotService.php index cfa4916..f3c60fd 100644 --- a/services/BotService.php +++ b/services/BotService.php @@ -576,6 +576,9 @@ class BotService { try { $this->whatsappService->sendTextMessage($phoneNumber, "🔔 Un asesor está atendiendo su conversación. Por favor, espere su respuesta."); // ignore send errors + } catch (Exception $e) { + // Log and continue if notification fails + error_log('attendConversation notify failed: ' . $e->getMessage()); } // Registrar actividad del operador si hay información disponible