fix: document WhatsApp read receipts toggle (#882) (thanks @chrisrodz)

This commit is contained in:
Peter Steinberger
2026-01-15 06:21:05 +00:00
parent 0fab14ad9d
commit 728cd5e974
5 changed files with 73 additions and 0 deletions

View File

@@ -430,6 +430,22 @@ For groups, use `channels.whatsapp.groupPolicy` + `channels.whatsapp.groupAllowF
}
```
### `channels.whatsapp.sendReadReceipts`
Controls whether inbound WhatsApp messages are marked as read (blue ticks). Default: `true`.
Self-chat mode always skips read receipts, even when enabled.
Per-account override: `channels.whatsapp.accounts.<id>.sendReadReceipts`.
```json5
{
channels: {
whatsapp: { sendReadReceipts: false }
}
}
```
### `channels.whatsapp.accounts` (multi-account)
Run multiple WhatsApp accounts in one gateway: