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: {
|
||||
remoteJid: attrs.from,
|
||||
id: id,
|
||||
fromMe: areJidsSameUser(sender, authState.creds.me!.id!),
|
||||
fromMe: true,
|
||||
participant: attrs.participant
|
||||
},
|
||||
update: { status }
|
||||
|
||||
Reference in New Issue
Block a user