mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix(missing-messages): linting and bug
This commit is contained in:
@@ -115,7 +115,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
|||||||
const stanza: BinaryNode = ({
|
const stanza: BinaryNode = ({
|
||||||
tag: 'call',
|
tag: 'call',
|
||||||
attrs: {
|
attrs: {
|
||||||
from: authState.creds.me!,
|
from: authState.creds.me!.id,
|
||||||
to: callFrom,
|
to: callFrom,
|
||||||
},
|
},
|
||||||
content: [{
|
content: [{
|
||||||
@@ -160,7 +160,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
|||||||
{
|
{
|
||||||
tag: 'retry',
|
tag: 'retry',
|
||||||
attrs: {
|
attrs: {
|
||||||
count: retryCount,
|
count: retryCount as any,
|
||||||
id: node.attrs.id.toString(),
|
id: node.attrs.id.toString(),
|
||||||
t: node.attrs.t.toString(),
|
t: node.attrs.t.toString(),
|
||||||
v: '1'
|
v: '1'
|
||||||
|
|||||||
Reference in New Issue
Block a user