mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 16:34:59 +00:00
fix(memory): prevent QMD scope deny bypass
This commit is contained in:
@@ -26,6 +26,7 @@ export function createAllowDenyChannelRulesSchema() {
|
||||
channel: z.string().optional(),
|
||||
chatType: AllowDenyChatTypeSchema,
|
||||
keyPrefix: z.string().optional(),
|
||||
rawKeyPrefix: z.string().optional(),
|
||||
})
|
||||
.strict()
|
||||
.optional(),
|
||||
|
||||
Reference in New Issue
Block a user