fix: improve onboarding/imessage errors

This commit is contained in:
Peter Steinberger
2026-01-02 12:20:48 +01:00
parent fd4cff06ca
commit eaacebeecc
3 changed files with 13 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ function setRoutingAllowFrom(cfg: ClawdisConfig, allowFrom?: string[]) {
return {
...cfg,
routing: {
...(cfg.routing ?? {}),
...cfg.routing,
allowFrom,
},
};