fix(doctor): explain discord streaming opt-in (#52450)

This commit is contained in:
Vincent Koc
2026-03-22 12:37:03 -07:00
committed by GitHub
parent c26655d397
commit 5f723ecd7f
7 changed files with 47 additions and 1 deletions

View File

@@ -179,7 +179,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat
historyLimit: 50,
replyToMode: "first", // off | first | all
linkPreview: true,
streaming: "partial", // off | partial | block | progress (default: off)
streaming: "partial", // off | partial | block | progress (default: off; opt in explicitly to avoid preview-edit rate limits)
actions: { reactions: true, sendMessage: true },
reactionNotifications: "own", // off | own | all
mediaMaxMb: 100,