mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 21:27:26 +00:00
test(media): use direct chatType in WhatsApp MIME regression case
This commit is contained in:
committed by
Peter Steinberger
parent
ec688d809f
commit
7c7c22d66f
@@ -378,7 +378,7 @@ describe("applyMediaUnderstanding", () => {
|
||||
scope: {
|
||||
default: "deny",
|
||||
rules: [
|
||||
{ action: "allow", match: { chatType: "dm" } },
|
||||
{ action: "allow", match: { chatType: "direct" } },
|
||||
{ action: "allow", match: { channel: "whatsapp" } },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user