receipt fix

This commit is contained in:
Adhiraj Singh
2021-09-26 23:05:01 +05:30
parent 17e915e273
commit 8988694d34

View File

@@ -373,7 +373,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
key: { key: {
remoteJid: attrs.from, remoteJid: attrs.from,
id: id, id: id,
fromMe: areJidsSameUser(sender, authState.creds.me!.id!), fromMe: true,
participant: attrs.participant participant: attrs.participant
}, },
update: { status } update: { status }