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:
Nathan Sobo 2021-11-26 10:22:34 -07:00
parent f453928b44
commit 9f29eeda03
3 changed files with 30 additions and 33 deletions

View file

@ -199,6 +199,7 @@ message UpdateCollaborators {
message Peer {
uint32 peer_id = 1;
uint32 replica_id = 2;
uint64 user_id = 3;
}
message User {