mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix delivery receipt
This commit is contained in:
@@ -381,7 +381,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ws.on('CB:receipt,type:read', handleReceipt)
|
ws.on('CB:receipt,type:read', handleReceipt)
|
||||||
ws.on('CB:ack,class:receipt', handleReceipt)
|
ws.on('CB:ack,class:message', handleReceipt)
|
||||||
|
|
||||||
ws.on('CB:notification', async(node: BinaryNode) => {
|
ws.on('CB:notification', async(node: BinaryNode) => {
|
||||||
const sendAck = async() => {
|
const sendAck = async() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user