Skip to content

Commit

Permalink
Merge pull request #1221 from mbap-dev/fix-audio
Browse files Browse the repository at this point in the history
Fix audio send duplicate from chatwoot.
  • Loading branch information
DavidsonGomes authored Feb 10, 2025
2 parents 342dacc + 6b120e5 commit e5137e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ export class ChatwootService {

sendTelemetry('/message/sendWhatsAppAudio');

const messageSent = await waInstance?.audioWhatsapp(data, true);
const messageSent = await waInstance?.audioWhatsapp(data, null, true);

return messageSent;
}
Expand Down

0 comments on commit e5137e1

Please sign in to comment.