mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 01:46:10 +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 {
|
function isAdvertisedFileAttachment(attachment: MSTeamsAttachmentLike): boolean {
|
||||||
const contentType = normalizeContentType(attachment.contentType) ?? "";
|
const contentType = normalizeContentType(attachment.contentType) ?? "";
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user