From 44edbee0f0b2fcf13e2ee388a90a8dd1f84a329e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 1 Dec 2015 11:10:37 +0100 Subject: Resolve remoteIds during sync Remote id's need to be resolved while syncing any references. This is done by the synchronizer by consulting the rid to entity id mapping. If the referenced entity doesn't exist yet we create a local id anyways, that we then need to pick up once the actual entity arrives. --- common/commands/createentity.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/commands') diff --git a/common/commands/createentity.fbs b/common/commands/createentity.fbs index 23eeff9..a5bc95c 100644 --- a/common/commands/createentity.fbs +++ b/common/commands/createentity.fbs @@ -1,6 +1,7 @@ namespace Akonadi2.Commands; table CreateEntity { + entityId: string; domainType: string; delta: [ubyte]; } -- cgit v1.2.3