diff --git a/src/LegacySocket/chats.ts b/src/LegacySocket/chats.ts index 380aad3..5d1c4dd 100644 --- a/src/LegacySocket/chats.ts +++ b/src/LegacySocket/chats.ts @@ -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