Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed May 30, 2024
1 parent 8e72321 commit 872a385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,12 @@ message ObjectView {
int32 undo = 1;
int32 redo = 2;
}

repeated BlockParticipant blockParticipants = 11;
message BlockParticipant {
string blockId = 1;
string participantId = 2;
}
}

enum SpaceStatus {
Expand Down

0 comments on commit 872a385

Please sign in to comment.