From 30f23fa70fa75809133dc0396e7dd4edd852f9e7 Mon Sep 17 00:00:00 2001 From: Muhsin Date: Fri, 27 Feb 2026 14:52:12 +0400 Subject: [PATCH] fix: Retry loading audio attachments --- .../components-next/message/bubbles/Audio.vue | 21 ++++++++++++++++++- .../dashboard/composables/loadWithRetry.js | 21 ++++++++++++------- .../dashboard/i18n/locale/en/settings.json | 1 + 3 files changed, 34 insertions(+), 9 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/bubbles/Audio.vue b/app/javascript/dashboard/components-next/message/bubbles/Audio.vue index f50597fee..79d866c09 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Audio.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Audio.vue @@ -1,7 +1,9 @@