fix: ack for participants on MD

This commit is contained in:
Adhiraj Singh
2021-11-16 16:21:56 +05:30
parent cff2b1427a
commit dac5a63ff9

View File

@@ -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)