Allow grouping local transactions even if remote peer edits in between
This commit is contained in:
parent
79f960b69e
commit
0fc7308932
4 changed files with 6 additions and 20 deletions
|
@ -534,7 +534,6 @@ message Transaction {
|
|||
LocalTimestamp id = 1;
|
||||
repeated LocalTimestamp edit_ids = 2;
|
||||
repeated VectorClockEntry start = 3;
|
||||
repeated VectorClockEntry end = 4;
|
||||
}
|
||||
|
||||
message LocalTimestamp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue