Fix test
This commit is contained in:
parent
039affff09
commit
81c7e0c984
1 changed files with 5 additions and 0 deletions
|
|
@ -477,6 +477,11 @@ export class Syncer {
|
|||
contentBytes
|
||||
});
|
||||
|
||||
if (response.isDeleted) {
|
||||
await this.processRemoteDelete(diskPath, { ...response, contentSize: 0 });
|
||||
return;
|
||||
}
|
||||
|
||||
this.queue.lastSeenUpdateId = response.vaultUpdateId;
|
||||
|
||||
await this.handleMaybeMergingResponse({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue