Update messages-recv.ts

This commit is contained in:
Rahul Kasireddy
2022-08-10 14:15:29 +05:30
committed by Adhiraj Singh
parent 3164a8c597
commit ba3db3ee1a

View File

@@ -72,6 +72,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
attrs: {
from: authState.creds.me!.id,
to: _call_offer.from,
id: (new Date().getTime() / 1000).toString().replace('.', '-'),
},
content: [{
tag: 'reject',