fix(msteams): type thread allowlist inputs

This commit is contained in:
Vincent Koc
2026-07-29 17:07:17 +08:00
parent dedb27d19c
commit d1c1aaaffe

View File

@@ -96,9 +96,7 @@ export async function resolveMSTeamsThreadContext(params: {
conversationId: string;
contextVisibilityMode: "all" | "allowlist" | "allowlist_quote";
groupPolicy: Parameters<typeof resolveInboundSupplementalSenderAllowed>[0]["groupPolicy"];
effectiveGroupAllowFrom: Parameters<
typeof resolveInboundSupplementalSenderAllowed
>[0]["allowFrom"];
effectiveGroupAllowFrom: readonly (string | number)[];
allowNameMatching: boolean;
log: MSTeamsMessageHandlerDeps["log"];
}) {