From 88e057c76ec72fbed07dd5143fa0951753c74185 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 30 Jun 2026 02:48:10 +0100 Subject: [PATCH] fix: don't auto embed pdf --- apps/server/src/ee | 2 +- .../import/services/import-attachment.service.ts | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/apps/server/src/ee b/apps/server/src/ee index 5e9a9b4bc..ae2f7eb41 160000 --- a/apps/server/src/ee +++ b/apps/server/src/ee @@ -1 +1 @@ -Subproject commit 5e9a9b4bcb509211416951066b8701643da240a3 +Subproject commit ae2f7eb41107c4c68d6850f3627ce8e9d9777206 diff --git a/apps/server/src/integrations/import/services/import-attachment.service.ts b/apps/server/src/integrations/import/services/import-attachment.service.ts index 9100149be..160487700 100644 --- a/apps/server/src/integrations/import/services/import-attachment.service.ts +++ b/apps/server/src/integrations/import/services/import-attachment.service.ts @@ -452,16 +452,7 @@ export class ImportAttachmentService { const audioExtensions = new Set(['.mp3', '.wav', '.ogg', '.m4a', '.webm', '.flac', '.aac']); - if (ext === '.pdf') { - const $pdf = $('