Broadcast operations when synchronizing with the server

This commit is contained in:
Antonio Scandurra 2023-07-25 10:05:59 +02:00
parent 9358958b1f
commit 31f84cef14
2 changed files with 6 additions and 2 deletions

View file

@ -90,7 +90,7 @@ impl Into<RequestEnvelope> for SyncRepo {
}
}
#[derive(Clone, Serialize, Deserialize)]
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct SyncRepoResponse {
pub operations: Vec<Operation>,
pub max_operation_ids: BTreeMap<ReplicaId, OperationCount>,