Rename color_index to participant_index
Co-authored-by: Conrad <conrad@zed.dev>
This commit is contained in:
parent
545b5e0161
commit
0f39b63801
17 changed files with 97 additions and 80 deletions
|
@ -256,7 +256,7 @@ message Participant {
|
|||
PeerId peer_id = 2;
|
||||
repeated ParticipantProject projects = 3;
|
||||
ParticipantLocation location = 4;
|
||||
uint32 color_index = 5;
|
||||
uint32 participant_index = 5;
|
||||
}
|
||||
|
||||
message PendingParticipant {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue