mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-27 08:36:01 +00:00
fix(ci): drop dangling msteams attachment placeholder helper
This commit is contained in:
parent
0e520d68e7
commit
4bb4ffc55c
1 changed files with 0 additions and 7 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue