Broadcast operations when synchronizing with the server
This commit is contained in:
parent
9358958b1f
commit
31f84cef14
2 changed files with 6 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue