mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: add missing "isLatest" flag
This commit is contained in:
@@ -91,7 +91,7 @@ const processMessage = async(
|
||||
}
|
||||
|
||||
if(contacts.length) {
|
||||
map['contacts.set'] = { contacts }
|
||||
map['contacts.set'] = { contacts, isLatest }
|
||||
}
|
||||
|
||||
if(didProcess) {
|
||||
|
||||
Reference in New Issue
Block a user