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',
|
tag: 'retry',
|
||||||
attrs: {
|
attrs: {
|
||||||
count: retryCount as any,
|
count: retryCount.toString(),
|
||||||
id: node.attrs.id.toString(),
|
id: node.attrs.id,
|
||||||
t: node.attrs.t.toString(),
|
t: node.attrs.t,
|
||||||
v: '1'
|
v: '1'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user