Broadcast only visible worktree root names

This commit is contained in:
Antonio Scandurra 2022-06-14 15:15:23 +02:00
parent cfbd8b94d1
commit 68093342e7
6 changed files with 34 additions and 23 deletions

View file

@ -946,7 +946,7 @@ message Contact {
message ProjectMetadata {
uint64 id = 1;
repeated string worktree_root_names = 3;
repeated string visible_worktree_root_names = 3;
repeated uint64 guests = 4;
}