Skip to content

Commit cf2efbe

Browse files
solodmdclaude
andauthored
docs(gateway): fix Telegram streaming default in config-channels.md (#98453)
The config example in docs/gateway/config-channels.md incorrectly listed streaming default as "off". The actual runtime default is "partial", as confirmed by the Telegram plugin's default resolver. docs/channels/telegram.md already correctly documents the default as "partial". Co-authored-by: Claude <[email protected]>
1 parent 2d9aa92 commit cf2efbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/gateway/config-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat
203203
historyLimit: 50,
204204
replyToMode: "first", // off | first | all | batched
205205
linkPreview: true,
206-
streaming: "partial", // off | partial | block | progress (default: off; opt in explicitly to avoid preview-edit rate limits)
206+
streaming: "partial", // off | partial | block | progress (default: partial)
207207
actions: { reactions: true, sendMessage: true },
208208
reactionNotifications: "own", // off | own | all
209209
mediaMaxMb: 100,

0 commit comments

Comments
 (0)