mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: remove recipient from ack
This commit is contained in:
@@ -62,10 +62,6 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
||||
stanza.attrs.participant = attrs.participant
|
||||
}
|
||||
|
||||
if(!!attrs.recipient) {
|
||||
stanza.attrs.recipient = attrs.recipient
|
||||
}
|
||||
|
||||
if(tag !== 'message' && attrs.type && !extraAttrs.type) {
|
||||
stanza.attrs.type = attrs.type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user