mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:01:23 +00:00
refactor: drop legacy room chatType
This commit is contained in:
@@ -8,7 +8,7 @@ describe("finalizeInboundContext", () => {
|
||||
const ctx: MsgContext = {
|
||||
Body: "a\\nb\r\nc",
|
||||
RawBody: "raw\\nline",
|
||||
ChatType: "room",
|
||||
ChatType: "channel",
|
||||
From: "group:123@g.us",
|
||||
GroupSubject: "Test",
|
||||
};
|
||||
@@ -35,4 +35,3 @@ describe("finalizeInboundContext", () => {
|
||||
expect(ctx.BodyForCommands).toBe("say hi");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user