We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5989f3 + 60a58ca commit 383bac0Copy full SHA for 383bac0
src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts
@@ -1652,7 +1652,7 @@ export class ChatwootService {
1652
stickerMessage: undefined,
1653
documentMessage: msg.documentMessage?.caption,
1654
documentWithCaptionMessage: msg.documentWithCaptionMessage?.message?.documentMessage?.caption,
1655
- audioMessage: msg.audioMessage?.caption,
+ audioMessage: msg.audioMessage?.caption || '',
1656
contactMessage: msg.contactMessage?.vcard,
1657
contactsArrayMessage: msg.contactsArrayMessage,
1658
locationMessage: msg.locationMessage,
0 commit comments