mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix(missing messages): revert to normal (#732)
* revert to normal * International community, please do not condemn me for this * Update decode-wa-message.ts * Update src/Utils/decode-wa-message.ts
This commit is contained in:
@@ -683,13 +683,6 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
||||
}
|
||||
|
||||
const handleMessage = async(node: BinaryNode) => {
|
||||
if(getBinaryNodeChild(node, 'unavailable') && !getBinaryNodeChild(node, 'enc')) {
|
||||
// "missing message from node" fix
|
||||
logger.debug(node, 'missing body; sending ack then ignoring.')
|
||||
await sendMessageAck(node)
|
||||
return
|
||||
}
|
||||
|
||||
const { fullMessage: msg, category, author, decrypt } = decryptMessageNode(
|
||||
node,
|
||||
authState.creds.me!.id,
|
||||
|
||||
Reference in New Issue
Block a user