mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 00:36:08 +00:00
fix(ci): drop dangling msteams attachment placeholder helper
This commit is contained in:
@@ -106,13 +106,6 @@ export function summarizeMSTeamsHtmlAttachments(
|
||||
};
|
||||
}
|
||||
|
||||
function buildMSTeamsAttachmentPlaceholder(
|
||||
attachments: MSTeamsAttachmentLike[] | undefined,
|
||||
limits?: { maxInlineBytes?: number; maxInlineTotalBytes?: number },
|
||||
): string {
|
||||
return resolveMSTeamsInboundAttachmentPresentation(attachments, limits).placeholder;
|
||||
}
|
||||
|
||||
function isAdvertisedFileAttachment(attachment: MSTeamsAttachmentLike): boolean {
|
||||
const contentType = normalizeContentType(attachment.contentType) ?? "";
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user