chatwoot/app/javascript
Pranav 9977bcc093
fix: Convert audio file to mp3 before sending it to WhatsApp (#9432)
Last week, the WhatsApp API has started returning an error message for the voice notes, Unsupported Audio mime type audio/opus. Please use one of audio/ogg; codecs=opus, audio/mpeg, audio/amr, audio/mp4, audio/aac. This error began appearing on May 1. Even though there was no change in the files and content type, FB API started rejecting the file.

In this PR, we are converting the audio recordings from Wav to Mp3 from frontend itself.
2024-05-07 23:10:54 -07:00
..
dashboard fix: Convert audio file to mp3 before sending it to WhatsApp (#9432) 2024-05-07 23:10:54 -07:00
packs feat: SLA report filter (#9218) 2024-04-12 11:03:18 +05:30
portal feat: Use the font Inter Display for help center articles (#9239) 2024-05-03 09:48:01 +05:30
sdk fix: Widget iFrame is adding a white background (#9221) 2024-04-11 21:34:31 +05:30
shared feat: Use the font Inter Display for help center articles (#9239) 2024-05-03 09:48:01 +05:30
superadmin_pages refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
survey chore(i18n): Update the latest translations (#9340) 2024-05-02 08:18:17 -07:00
v3 feat: Revamp profile settings screen (#9352) 2024-05-06 22:33:39 +05:30
widget fix: Prevent formData.append from Adding 'null' String for null replyTo (#8623) 2024-05-02 15:30:46 -07:00