chatwoot/app/javascript/dashboard
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
..
api feat: exporting contacts takes the filters into account (#9347) 2024-05-07 20:18:36 -07:00
assets chore: Remove word spacing from p (#9353) 2024-05-06 18:27:56 -07:00
components fix: Convert audio file to mp3 before sending it to WhatsApp (#9432) 2024-05-07 23:10:54 -07:00
composables feat: setup composables for vue 2.7 (#9305) 2024-04-29 17:00:49 +05:30
constants feat: Better SLA missed events popover (#9215) 2024-04-10 12:49:38 +05:30
helper feat: remove log rocket (#9279) 2024-04-24 12:36:36 +05:30
i18n feat: exporting contacts takes the filters into account (#9347) 2024-05-07 20:18:36 -07:00
mixins feat: Custom attribute sidebar list UX improvements (#9070) 2024-04-08 21:00:49 -07:00
modules feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
routes feat: exporting contacts takes the filters into account (#9347) 2024-05-07 20:18:36 -07:00
store feat: exporting contacts takes the filters into account (#9347) 2024-05-07 20:18:36 -07:00
App.vue chore: Hide banners on onboarding view (#8934) 2024-02-20 16:12:51 -08:00
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
featureFlags.js feat: Add help URLs for features in features.yml (#9134) 2024-03-21 10:30:46 -07:00