process-message: check fromMe properly in message addons

This commit is contained in:
Rajeh Taher
2025-10-18 20:28:58 +03:00
parent ca50338be1
commit 07536dedfc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1267,7 +1267,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
}
}
cleanMessage(msg, authState.creds.me!.id)
cleanMessage(msg, authState.creds.me!.id, authState.creds.me!.lid!)
await upsertMessage(msg, node.attrs.offline ? 'append' : 'notify')
})