mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-09 08:11:09 +00:00
fix(config): migrate legacy group allow aliases (#60597)
* fix(config): migrate legacy group allow aliases * fix(config): inline legacy streaming migration helpers * refactor(config): rename legacy account matcher helper * chore(agents): codify config contract boundaries * fix(config): keep legacy allow aliases writable * Update AGENTS.md
This commit is contained in:
@@ -2309,7 +2309,7 @@ describe("security audit", () => {
|
||||
guilds: {
|
||||
"123": {
|
||||
channels: {
|
||||
general: { allow: true },
|
||||
general: { enabled: true },
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -2330,7 +2330,7 @@ describe("security audit", () => {
|
||||
guilds: {
|
||||
"123": {
|
||||
channels: {
|
||||
general: { allow: true },
|
||||
general: { enabled: true },
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -2373,7 +2373,7 @@ describe("security audit", () => {
|
||||
guilds: {
|
||||
"123": {
|
||||
channels: {
|
||||
general: { allow: true },
|
||||
general: { enabled: true },
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -2388,7 +2388,7 @@ describe("security audit", () => {
|
||||
guilds: {
|
||||
"123": {
|
||||
channels: {
|
||||
general: { allow: true },
|
||||
general: { enabled: true },
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -2957,7 +2957,7 @@ describe("security audit", () => {
|
||||
guilds: {
|
||||
"123": {
|
||||
channels: {
|
||||
general: { allow: true },
|
||||
general: { enabled: true },
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -3759,7 +3759,7 @@ describe("security audit", () => {
|
||||
guilds: {
|
||||
"1234567890": {
|
||||
channels: {
|
||||
"7777777777": { allow: true },
|
||||
"7777777777": { enabled: true },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user