mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:40:43 +00:00
test(matrix): align context visibility allowlist fixtures
This commit is contained in:
@@ -30,6 +30,7 @@ describe("createMatrixRoomMessageHandler inbound body formatting", () => {
|
||||
channels: {
|
||||
matrix: {
|
||||
contextVisibility,
|
||||
groupAllowFrom: ["@alice:example.org"],
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -338,6 +339,7 @@ describe("createMatrixRoomMessageHandler inbound body formatting", () => {
|
||||
channels: {
|
||||
matrix: {
|
||||
contextVisibility: "allowlist",
|
||||
groupAllowFrom: ["@alice:example.org"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user