Signal, messages-recv, jid-utils: Handle ADJIDs properly in Signal

This commit is contained in:
Rajeh Taher
2025-10-05 19:09:28 +03:00
parent 38e0f2c0e6
commit dd93b641c9
3 changed files with 10 additions and 7 deletions
+3 -1
View File
@@ -476,7 +476,9 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
count: retryCount.toString(),
id: node.attrs.id!,
t: node.attrs.t!,
v: '1'
v: '1',
// ADD ERROR FIELD
error: '0'
}
},
{