fix: tsc error in legacy version

This commit is contained in:
Adhiraj Singh
2022-06-13 12:57:01 +05:30
parent b125638253
commit 7b3fd7c3c5

View File

@@ -215,7 +215,7 @@ const makeChatsSocket = (config: LegacySocketConfig) => {
}) })
logger.info(`got ${contacts.length} contacts`) logger.info(`got ${contacts.length} contacts`)
ev.emit('contacts.set', { contacts }) ev.emit('contacts.set', { contacts, isLatest: true })
} }
}) })
// status updates // status updates