🔺 inboundAttachments.ts

This commit is contained in:
nirholas
2026-03-31 10:22:38 +00:00
parent bebf1d2407
commit b81d1d1e78

View File

@@ -173,3 +173,4 @@ export async function resolveAndPrepend(
const prefix = await resolveInboundAttachments(attachments)
return prependPathRefs(content, prefix)
}