mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 17:01:53 +03: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