Allow grouping local transactions even if remote peer edits in between

This commit is contained in:
Antonio Scandurra 2022-07-23 09:27:21 +02:00
parent 79f960b69e
commit 0fc7308932
4 changed files with 6 additions and 20 deletions

View file

@ -534,7 +534,6 @@ message Transaction {
LocalTimestamp id = 1;
repeated LocalTimestamp edit_ids = 2;
repeated VectorClockEntry start = 3;
repeated VectorClockEntry end = 4;
}
message LocalTimestamp {