fix: Avoid audio URLs getting cached at the frontend (#7062)

This commit is contained in:
Pranav Raj S 2023-05-11 12:14:56 -07:00 committed by GitHub
parent 271263bcc2
commit 020dcc4dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@
controls
class="skip-context-menu"
>
<source :src="attachment.data_url" />
<source :src="`${attachment.data_url}?t=${Date.now()}`" />
</audio>
<bubble-video
v-else-if="attachment.file_type === 'video'"