mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update src/Socket/messages-recv.ts
This commit is contained in:
@@ -160,9 +160,9 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
||||
{
|
||||
tag: 'retry',
|
||||
attrs: {
|
||||
count: retryCount as any,
|
||||
id: node.attrs.id.toString(),
|
||||
t: node.attrs.t.toString(),
|
||||
count: retryCount.toString(),
|
||||
id: node.attrs.id,
|
||||
t: node.attrs.t,
|
||||
v: '1'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user