mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: tsc error in legacy version
This commit is contained in:
@@ -215,7 +215,7 @@ const makeChatsSocket = (config: LegacySocketConfig) => {
|
||||
})
|
||||
|
||||
logger.info(`got ${contacts.length} contacts`)
|
||||
ev.emit('contacts.set', { contacts })
|
||||
ev.emit('contacts.set', { contacts, isLatest: true })
|
||||
}
|
||||
})
|
||||
// status updates
|
||||
|
||||
Reference in New Issue
Block a user