Update src/Socket/messages-recv.ts

This commit is contained in:
Rajeh Taher
2024-03-12 23:53:23 +02:00
committed by GitHub
parent 9d3dcfd08b
commit b66b362512

View File

@@ -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'
}
},