Commit 75ae3eb
The `audioWhatsapp` method was not forwarding `data.quoted` to
`sendMessageWithTyping`, so audio messages sent with a `quoted` key
were delivered as standalone messages instead of replies.
Added `quoted: data?.quoted` to the options object in both
`sendMessageWithTyping` call sites inside `audioWhatsapp` (the
encoding path and the direct path), matching the pattern used by all
other message-sending methods (textMessage, pollMessage, etc.).
Co-authored-by: octo-patch <octo-patch@github.com>
1 parent deb682c commit 75ae3eb
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3562 | 3562 | | |
3563 | 3563 | | |
3564 | 3564 | | |
3565 | | - | |
| 3565 | + | |
3566 | 3566 | | |
3567 | 3567 | | |
3568 | 3568 | | |
| |||
3588 | 3588 | | |
3589 | 3589 | | |
3590 | 3590 | | |
3591 | | - | |
| 3591 | + | |
3592 | 3592 | | |
3593 | 3593 | | |
3594 | 3594 | | |
| |||
0 commit comments