mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: messaging-history.set event not emitting syncType and progress / add PDO request id (#1042)
* initial commit * add PDO request id
This commit is contained in:
@@ -95,7 +95,7 @@ export const processHistoryMessage = (item: proto.IHistorySync) => {
|
||||
contacts,
|
||||
messages,
|
||||
syncType: item.syncType,
|
||||
progress: item.progress,
|
||||
progress: item.progress
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user