We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638e4cb commit 3039903Copy full SHA for 3039903
apps/api/src/core/backends/backends.service.ts
@@ -538,6 +538,7 @@ export class BackendsService extends AbstractQueueProcessor {
538
await this.identitiesService.model.findByIdAndUpdate(concernedTo, {
539
$set: {
540
state: options?.targetState || IdentityState.SYNCED,
541
+ deletedFlag: options?.dataState === DataStatusEnum.DELETED,
542
lastBackendSync: new Date(),
543
},
544
});
0 commit comments