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:
vini
2024-09-22 08:34:43 -03:00
committed by GitHub
parent ed00a57c84
commit fda2689169
4 changed files with 14 additions and 3 deletions

View File

@@ -223,7 +223,8 @@ const processMessage = async(
isLatest:
histNotification.syncType !== proto.HistorySync.HistorySyncType.ON_DEMAND
? isLatest
: undefined
: undefined,
peerDataRequestSessionId: histNotification.peerDataRequestSessionId
})
}