mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: use cache instead of permanent maps
This commit is contained in:
@@ -339,7 +339,7 @@ export const makeChatsSocket = (config: SocketConfig) => {
|
||||
name,
|
||||
version: state.version.toString(),
|
||||
// return snapshot if being synced from scratch
|
||||
return_snapshot: (!state.version).toString()
|
||||
'return_snapshot': (!state.version).toString()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user