upsert contact on app sync patch + add message.participant to full message

This commit is contained in:
Adhiraj Singh
2021-10-04 09:48:33 +05:30
parent 0c1045b55b
commit 919781488b
2 changed files with 4 additions and 3 deletions

View File

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