refactor: align channel chatType
This commit is contained in:
@@ -2,7 +2,7 @@ import type { AgentElevatedAllowFromConfig, SessionSendPolicyAction } from "./ty
|
||||
|
||||
export type MediaUnderstandingScopeMatch = {
|
||||
channel?: string;
|
||||
chatType?: "direct" | "group" | "room";
|
||||
chatType?: "direct" | "group" | "channel" | "room";
|
||||
keyPrefix?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user