diff --git a/docs/gateway/config-channels.md b/docs/gateway/config-channels.md index 4ec9ff6e8d18..9330ed7c4112 100644 --- a/docs/gateway/config-channels.md +++ b/docs/gateway/config-channels.md @@ -203,7 +203,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat historyLimit: 50, replyToMode: "first", // off | first | all | batched linkPreview: true, - streaming: "partial", // off | partial | block | progress (default: off; opt in explicitly to avoid preview-edit rate limits) + streaming: "partial", // off | partial | block | progress (default: partial) actions: { reactions: true, sendMessage: true }, reactionNotifications: "own", // off | own | all mediaMaxMb: 100,