Associate Peers with a user_id
This will help us render the collaborator avatars for the active worktree when we know its peers.
This commit is contained in:
parent
f453928b44
commit
9f29eeda03
3 changed files with 30 additions and 33 deletions
|
@ -199,6 +199,7 @@ message UpdateCollaborators {
|
|||
message Peer {
|
||||
uint32 peer_id = 1;
|
||||
uint32 replica_id = 2;
|
||||
uint64 user_id = 3;
|
||||
}
|
||||
|
||||
message User {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue