mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 01:58:38 +00:00
refactor: drop legacy room chatType
This commit is contained in:
@@ -2,7 +2,7 @@ import type { AgentElevatedAllowFromConfig, SessionSendPolicyAction } from "./ty
|
||||
|
||||
export type MediaUnderstandingScopeMatch = {
|
||||
channel?: string;
|
||||
chatType?: "direct" | "group" | "channel" | "room";
|
||||
chatType?: "direct" | "group" | "channel";
|
||||
keyPrefix?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user