




















@@ -4691,6 +4691,7 @@ describe("sendPolicy deny — suppress delivery, not processing (#53328)", () =>
46914691const result = await dispatchReplyFromConfig({
46924692ctx: buildTestCtx({
46934693ChatType: "channel",
4694+CommandSource: undefined,
46944695SessionKey: "test:discord:channel:C1",
46954696}),
46964697cfg: emptyConfig,
@@ -4715,6 +4716,7 @@ describe("sendPolicy deny — suppress delivery, not processing (#53328)", () =>
47154716const result = await dispatchReplyFromConfig({
47164717ctx: buildTestCtx({
47174718ChatType: "channel",
4719+CommandSource: undefined,
47184720Provider: "discord",
47194721Surface: "discord",
47204722OriginatingChannel: "discord",
@@ -4781,6 +4783,7 @@ describe("sendPolicy deny — suppress delivery, not processing (#53328)", () =>
47814783const result = await dispatchReplyFromConfig({
47824784ctx: buildTestCtx({
47834785ChatType: "direct",
4786+CommandSource: undefined,
47844787SessionKey: "agent:main:main",
47854788}),
47864789cfg: emptyConfig,
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。