@skyzopedia/baileys-pro 8.0.3 → 8.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Socket/chats.js +2 -2
- package/package.json +1 -1
package/lib/Socket/chats.js
CHANGED
|
@@ -652,7 +652,7 @@ export const makeChatsSocket = (config) => {
|
|
|
652
652
|
}
|
|
653
653
|
}, jid);
|
|
654
654
|
};
|
|
655
|
-
const
|
|
655
|
+
const saveContact = (jid, contact) => {
|
|
656
656
|
return chatModify({
|
|
657
657
|
contact
|
|
658
658
|
}, jid);
|
|
@@ -866,7 +866,7 @@ export const makeChatsSocket = (config) => {
|
|
|
866
866
|
resyncAppState,
|
|
867
867
|
chatModify,
|
|
868
868
|
cleanDirtyBits,
|
|
869
|
-
|
|
869
|
+
saveContact,
|
|
870
870
|
removeContact,
|
|
871
871
|
addLabel,
|
|
872
872
|
addChatLabel,
|