test(media): use direct chatType in WhatsApp MIME regression case

This commit is contained in:
Lucenx9
2026-03-03 00:06:52 +01:00
committed by Peter Steinberger
parent ec688d809f
commit 7c7c22d66f

View File

@@ -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" } },
],
},