mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
upsert contact on app sync patch + add message.participant to full message
This commit is contained in:
@@ -349,7 +349,8 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
||||
message,
|
||||
status: isMe ? proto.WebMessageInfo.WebMessageInfoStatus.SERVER_ACK : null,
|
||||
messageTimestamp: dec.timestamp,
|
||||
pushName: dec.pushname
|
||||
pushName: dec.pushname,
|
||||
participant: dec.participant
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user