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:
@@ -223,7 +223,8 @@ const processMessage = async(
|
||||
isLatest:
|
||||
histNotification.syncType !== proto.HistorySync.HistorySyncType.ON_DEMAND
|
||||
? isLatest
|
||||
: undefined
|
||||
: undefined,
|
||||
peerDataRequestSessionId: histNotification.peerDataRequestSessionId
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user