mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: ack for participants on MD
This commit is contained in:
@@ -34,7 +34,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
||||
}
|
||||
}
|
||||
if(!!attrs.participant) {
|
||||
stanza.attrs.participant = jidNormalizedUser(attrs.participant)
|
||||
stanza.attrs.participant = attrs.participant
|
||||
}
|
||||
logger.debug({ recv: attrs, sent: stanza.attrs }, `sent "${tag}" ack`)
|
||||
await sendNode(stanza)
|
||||
|
||||
Reference in New Issue
Block a user