mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 20:18:37 +00:00
fix: prevent config clobbering
This commit is contained in:
@@ -55,6 +55,7 @@ actor GatewayConnection {
|
||||
case channelsStatus = "channels.status"
|
||||
case configGet = "config.get"
|
||||
case configSet = "config.set"
|
||||
case configPatch = "config.patch"
|
||||
case wizardStart = "wizard.start"
|
||||
case wizardNext = "wizard.next"
|
||||
case wizardCancel = "wizard.cancel"
|
||||
|
||||
Reference in New Issue
Block a user