mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
receipt fix
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user