refactor: drop legacy room chatType
This commit is contained in:
@@ -41,7 +41,7 @@ export type HumanDelayConfig = {
|
||||
export type SessionSendPolicyAction = "allow" | "deny";
|
||||
export type SessionSendPolicyMatch = {
|
||||
channel?: string;
|
||||
chatType?: "direct" | "group" | "channel" | "room";
|
||||
chatType?: "direct" | "group" | "channel";
|
||||
keyPrefix?: string;
|
||||
};
|
||||
export type SessionSendPolicyRule = {
|
||||
|
||||
Reference in New Issue
Block a user