mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update messages-recv.ts
This commit is contained in:
committed by
Adhiraj Singh
parent
749e293c6c
commit
570f5e5b86
@@ -69,7 +69,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
|||||||
const stanza: BinaryNode = {
|
const stanza: BinaryNode = {
|
||||||
tag: 'call',
|
tag: 'call',
|
||||||
attrs: {
|
attrs: {
|
||||||
from: authState.creds.me.id,
|
from: authState.creds.me!.id,
|
||||||
to: callOfferData[call_id].from,
|
to: callOfferData[call_id].from,
|
||||||
id: (new Date().getTime() / 1000).toString().replace('.', '-'),
|
id: (new Date().getTime() / 1000).toString().replace('.', '-'),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user