Update BotService.php

This commit is contained in:
Lizandro Guarnizo
2026-01-23 23:20:29 -05:00
parent de35d5a7dd
commit 8a30a08f67
+3
View File
@@ -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