iachat/app/javascript/dashboard/components/widgets/conversation/bubble
Muhsin Keloth 06a362318c
fix: Instagram audio rendering issues (#9957)
We are using `audio` component for rendering audio files in dashboard.

```
<audio v-else-if="isAudio" controls>
   <source :src="`${dataUrl}?t=${Date.now()}`" />
</audio>
```
We have added the timestamp for every audio URL for cache busting. For
Instagram, we are getting a signature URL. When we add any value and
access the URL, it results in an "Invalid signature. If I remove the
timestamp, the audio is rendering properly. This PR will change the
logic to construct the URL properly instead of direct string
manipulation.
2024-08-14 13:24:00 +05:30
..
integrations feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Actions.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Contact.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
File.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Image.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
ImageAudioVideo.vue fix: Instagram audio rendering issues (#9957) 2024-08-14 13:24:00 +05:30
InstagramStory.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
InstagramStoryErrorPlaceHolder.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
InstagramStoryReply.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Integration.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Location.vue fix: Update location component to avoid overflow, handle location title from Telegram payload (#9113) 2024-03-14 22:53:43 -07:00
MailHead.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
ReplyTo.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Text.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
TranslateModal.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Video.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30