We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01523b1 commit 2c51c68Copy full SHA for 2c51c68
receipt.go
@@ -119,7 +119,7 @@ func (cli *Client) sendAck(node *waBinary.Node) {
119
if recipient, ok := node.Attrs["recipient"]; ok {
120
attrs["recipient"] = recipient
121
}
122
- if receiptType, ok := node.Attrs["type"]; node.Tag != "message" && ok {
+ if receiptType, ok := node.Attrs["type"]; ok {
123
attrs["type"] = receiptType
124
125
err := cli.sendNode(waBinary.Node{
0 commit comments