[Bug] OpenClaw 2026.6.9 channels.telegram.streaming: invalid config
type: optimizationstatus: dev-complete
### Contact Information
irains
### 1Panel Version
v2.2.2
### Problem Description
After configuring the Telegram bot using the panel, it cannot be used normally. Upon checking the logs, the following invalid configuration prompt message appears.
```
1Panel-openclaw-Fw5g | 2026-06-24T08:36:03.617+00:00 [reload] config reload skipped (invalid config): channels.telegram.streaming: invalid config: must be object, channels.telegram.accounts.rains_botw.streaming: invalid config: must be object
```
The contents of this configuration file are as follows.
```
"channels": {
"telegram": {
"accounts": {
"rains_botw": {
"botToken": "xxxxxx",
"dmPolicy": "pairing",
"enabled": true,
"groupPolicy": "open",
"name": "ClawBot",
"streaming": "partial"
}
},
"defaultAccount": "rains_botw",
"dmPolicy": "pairing",
"enabled": true,
"groupPolicy": "open",
"streaming": "partial"
}
},
```
Changing the streaming configuration to the following can be used, but if other items are modified in the panel, it will be changed back.
```
"streaming": {
"mode": "partial"
}
```
The official documentation of OpenClaw for details: https://docs.openclaw.ai/concepts/streaming
### Steps to Reproduce
Install Openclaw 2026.6.9
### The expected correct result
_No response_
### Related log output
```shell
```
### Additional Information
_No response_
1 条评论