Skip to content

Commit af0b66a

Browse files
committed
fix(msteams): remove unused attachment helper
1 parent 9857f05 commit af0b66a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • extensions/msteams/src/attachments

extensions/msteams/src/attachments/html.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ export function summarizeMSTeamsHtmlAttachments(
106106
};
107107
}
108108

109-
function buildMSTeamsAttachmentPlaceholder(
110-
attachments: MSTeamsAttachmentLike[] | undefined,
111-
limits?: { maxInlineBytes?: number; maxInlineTotalBytes?: number },
112-
): string {
113-
return resolveMSTeamsInboundAttachmentPresentation(attachments, limits).placeholder;
114-
}
115-
116109
function isAdvertisedFileAttachment(attachment: MSTeamsAttachmentLike): boolean {
117110
const contentType = normalizeContentType(attachment.contentType) ?? "";
118111
if (

0 commit comments

Comments
 (0)