mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Ack fix
This commit is contained in:
@@ -27,7 +27,7 @@ export default class WhatsAppWebBase extends WAConnection {
|
|||||||
participant: json.participant,
|
participant: json.participant,
|
||||||
timestamp: new Date(json.t * 1000),
|
timestamp: new Date(json.t * 1000),
|
||||||
ids: ids,
|
ids: ids,
|
||||||
type: json.ack,
|
type: (+json.ack)+1,
|
||||||
}
|
}
|
||||||
callback(data)
|
callback(data)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user