sockr.ev.on('messaging-history.set', ({
chats: newChats,
contacts: newContacts,
messages: newMessages,
syncType
}) => {
console.log('messaging-history.set历史', newChats, newContacts, newMessages, syncType);
// handle the chats, contacts and messages
})
Do not trigger!! How to solve???
sockr.ev.on('messaging-history.set', ({
chats: newChats,
contacts: newContacts,
messages: newMessages,
syncType
}) => {
console.log('messaging-history.set历史', newChats, newContacts, newMessages, syncType);
Do not trigger!! How to solve???