From 7f9e85c821966eb8b391caf18b3b3750d177a110 Mon Sep 17 00:00:00 2001 From: steven-mpawulo Date: Tue, 14 Jul 2026 11:02:52 +0300 Subject: [PATCH] feat: allow uploading a new file when sharing as a link Signed-off-by: steven-mpawulo --- src/components/ComposerAttachments.vue | 46 ++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/src/components/ComposerAttachments.vue b/src/components/ComposerAttachments.vue index 38c65846b5..2a67b11995 100644 --- a/src/components/ComposerAttachments.vue +++ b/src/components/ComposerAttachments.vue @@ -43,6 +43,11 @@ :buttons="attachementPickerButtons" :filter-fn="filterAttachements" @close="() => isAttachementPickerOpen = false" /> + ${url}`) + } catch (error) { + logger.error('could not upload and share file', { error, file }) + } + e.target.value = '' + }, + /** * Add a forwarded message as an attachment *