mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 09:51:33 +00:00
fix(msteams): type thread allowlist inputs
This commit is contained in:
@@ -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"];
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user