We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9857f05 commit af0b66aCopy full SHA for af0b66a
1 file changed
extensions/msteams/src/attachments/html.ts
@@ -106,13 +106,6 @@ export function summarizeMSTeamsHtmlAttachments(
106
};
107
}
108
109
-function buildMSTeamsAttachmentPlaceholder(
110
- attachments: MSTeamsAttachmentLike[] | undefined,
111
- limits?: { maxInlineBytes?: number; maxInlineTotalBytes?: number },
112
-): string {
113
- return resolveMSTeamsInboundAttachmentPresentation(attachments, limits).placeholder;
114
-}
115
-
116
function isAdvertisedFileAttachment(attachment: MSTeamsAttachmentLike): boolean {
117
const contentType = normalizeContentType(attachment.contentType) ?? "";
118
if (
0 commit comments