mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-17 04:32:53 -06:00
Fix audio send duplicate from chatwoot.
(cherry picked from commit 6b120e5da2
)
This commit is contained in:
parent
342dacc398
commit
1741a727a8
@ -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