fix: add missing "isLatest" flag

This commit is contained in:
Adhiraj Singh
2022-06-13 12:53:20 +05:30
parent f87f89329b
commit b125638253
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ const processMessage = async(
}
if(contacts.length) {
map['contacts.set'] = { contacts }
map['contacts.set'] = { contacts, isLatest }
}
if(didProcess) {