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

@@ -95,7 +95,7 @@ export const processHistoryMessage = (item: proto.IHistorySync) => {
contacts,
messages,
syncType: item.syncType,
progress: item.progress,
progress: item.progress
}
}