Update messages-recv.ts

This commit is contained in:
Rahul Kasireddy
2022-08-23 12:34:37 +05:30
committed by Adhiraj Singh
parent d05f40b348
commit ea841426c0

View File

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