Message: clarify media schema + fix MEDIA newline

This commit is contained in:
Gustavo Madeira Santana
2026-02-04 19:59:08 -05:00
parent 21f8c3db18
commit a6fd76efeb
2 changed files with 6 additions and 2 deletions

View File

@@ -579,7 +579,7 @@ describe("runMessageAction sandboxed media validation", () => {
params: {
channel: "slack",
target: "#C12345678",
message: "Hello\\nMEDIA: ./data/note.ogg",
message: "Hello\nMEDIA: ./data/note.ogg",
},
sandboxRoot: sandboxDir,
dryRun: true,