mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-17 04:32:53 -06:00
Merge pull request #1221 from mbap-dev/fix-audio
Fix audio send duplicate from chatwoot.
This commit is contained in:
commit
e5137e1aac
@ -1106,7 +1106,7 @@ export class ChatwootService {
|
|||||||
|
|
||||||
sendTelemetry('/message/sendWhatsAppAudio');
|
sendTelemetry('/message/sendWhatsAppAudio');
|
||||||
|
|
||||||
const messageSent = await waInstance?.audioWhatsapp(data, true);
|
const messageSent = await waInstance?.audioWhatsapp(data, null, true);
|
||||||
|
|
||||||
return messageSent;
|
return messageSent;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user