Function noosphere_cli::native::commands::sync::sync_remote_changes
source · pub async fn sync_remote_changes<K, S>(
local_sphere_identity: &str,
client: &Client<K, SphereDb<S>>,
author: &Author<K>,
db: &mut SphereDb<S>
) -> Result<()>where
K: KeyMaterial + Clone + 'static,
S: Store,Expand description
Fetches the latest changes from a gateway and updates the local lineage using a conflict-free rebase strategy