mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 12:01:46 +00:00
fix: update remaining replyToMode "first" defaults to "off"
- src/channels/dock.ts: core channel dock fallback - src/auto-reply/reply/reply-routing.test.ts: test expectation - docs/zh-CN/channels/telegram.md: Chinese docs reference Comprehensive grep confirms no remaining Telegram-specific "first" defaults after this commit.
This commit is contained in:
committed by
Vignesh
parent
c17a109daa
commit
9475791d98
@@ -724,7 +724,7 @@ Telegram 反应作为**单独的 `message_reaction` 事件**到达,而不是
|
||||
- `channels.telegram.groups.<id>.topics.<threadId>.requireMention`:每话题提及门控覆盖。
|
||||
- `channels.telegram.capabilities.inlineButtons`:`off | dm | group | all | allowlist`(默认:allowlist)。
|
||||
- `channels.telegram.accounts.<account>.capabilities.inlineButtons`:每账户覆盖。
|
||||
- `channels.telegram.replyToMode`:`off | first | all`(默认:`first`)。
|
||||
- `channels.telegram.replyToMode`:`off | first | all`(默认:`off`)。
|
||||
- `channels.telegram.textChunkLimit`:出站分块大小(字符)。
|
||||
- `channels.telegram.chunkMode`:`length`(默认)或 `newline` 在长度分块之前按空行(段落边界)分割。
|
||||
- `channels.telegram.linkPreview`:切换出站消息的链接预览(默认:true)。
|
||||
|
||||
Reference in New Issue
Block a user