diff --git a/components/cibsync/cibsynccomponent.cpp b/components/cibsync/cibsynccomponent.cpp index dd44c2913..db8cab626 100644 --- a/components/cibsync/cibsynccomponent.cpp +++ b/components/cibsync/cibsynccomponent.cpp @@ -220,6 +220,8 @@ void CIBSyncComponent::RemoteObjectUpdateHandler(const Endpoint::Ptr& sender, co return; } + + object->Register(); } else { if (object->IsLocal()) throw_exception(invalid_argument("Replicated remote object is marked as local."));