iachat/app/javascript/dashboard/components/widgets/conversation
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
..
advancedFilterItems chore: RTL configuration (#6521) 2023-02-23 17:50:44 +05:30
bubble feat: Add an option to scroll to replied message (#8624) 2024-05-02 15:29:10 -07:00
components chore: Import SLA helpers from utils (#9252) 2024-05-03 11:13:32 +05:30
contextMenu fix: Update help center styles, fix routing issues (#9061) 2024-03-04 09:57:14 -08:00
conversation fix: apply event name (#7628) 2023-07-27 12:11:57 +05:30
conversationBulkActions feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
conversationCardComponents feat: SLA reports view (#9189) 2024-04-09 10:14:36 +10:00
EmptyState feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30
helpers chore: Import SLA helpers from utils (#9252) 2024-05-03 11:13:32 +05:30
specs feat: Ability to block contacts permanently (#8922) 2024-02-21 14:18:42 -08:00
stories feat: Add the ability to receive contact(vCard) on a WhatsApp inbox (#6330) 2023-02-07 19:36:38 -08:00
WhatsappTemplates feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
AvailabilityStatusBadge.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
CannedResponse.vue fix: TypeError cannot read properties of undefined (reading 'queryselector') (#8671) 2024-01-11 20:42:24 +05:30
ChatFilter.vue feat: Dark Mode (#7471) 2023-07-21 22:10:25 +05:30
ConversationAdvancedFilter.vue feat: Track the usage of query operator (#7821) 2023-08-30 08:28:05 +05:30
ConversationBasicFilter.vue feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
ConversationBox.vue feat: Add inbox view under feature flag on the sidebar (#9049) 2024-03-07 18:27:39 -08:00
ConversationCard.vue refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
ConversationHeader.vue refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
EmailTranscriptModal.vue feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
FilterItem.vue feat: Dark Mode (#7471) 2023-07-21 22:10:25 +05:30
Message.vue fix: Remove duplicate tooltip for failed messages on the conversation UI (#9259) 2024-04-19 09:47:41 -07:00
MessagePreview.vue feat: Add sticker support in Line channel (#8488) 2023-12-10 20:45:44 -08:00
MessageSignatureMissingAlert.vue feat: Adds message signature for new email conversations (#7946) 2023-10-03 13:45:28 +05:30
MessagesView.vue refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
MoreActions.vue feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
OnboardingView.vue feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
PriorityMark.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
ReplyBox.vue fix: Convert audio file to mp3 before sending it to WhatsApp (#9432) 2024-05-07 23:10:54 -07:00
ReplyEmailHead.vue fix: Email input style issue (#9342) 2024-05-02 21:32:45 +05:30
ReplyToMessage.vue feat: Implement message bubble reply to (#8068) 2023-10-11 22:04:12 +05:30
TagAgents.vue refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
VariableList.vue chore: Hide the variable list if its empty. (#8704) 2024-01-15 15:45:36 +05:30