diff --git a/nanobot/channels/whatsapp.py b/nanobot/channels/whatsapp.py index bd0620334..39134689d 100644 --- a/nanobot/channels/whatsapp.py +++ b/nanobot/channels/whatsapp.py @@ -265,6 +265,7 @@ class WhatsAppChannel(BaseChannel): transcription = await self.transcribe_audio(media_paths[0]) if transcription: content = transcription + media_paths = [] self.logger.info("Transcribed voice from {}: {}...", sender_id, transcription[:50]) else: content = "[Voice Message: Transcription failed]"