mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-25 04:50:01 -06:00
Merge pull request #1221 from mbap-dev/fix-audio
Fix audio send duplicate from chatwoot.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user