mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 21:20:23 +00:00
fix(ci): unblock agent typing and cache startup metadata
This commit is contained in:
@@ -149,8 +149,8 @@ function normalizeMatrixCompatibilityConfig(cfg: OpenClawConfig): ChannelDoctorC
|
||||
config: {
|
||||
...cfg,
|
||||
channels: {
|
||||
...cfg.channels,
|
||||
matrix: updatedMatrix as OpenClawConfig["channels"]["matrix"],
|
||||
...(cfg.channels ?? {}),
|
||||
matrix: updatedMatrix as NonNullable<OpenClawConfig["channels"]>["matrix"],
|
||||
},
|
||||
},
|
||||
changes,
|
||||
|
||||
Reference in New Issue
Block a user