Differentiate between follow state on a per-project basis
This commit is contained in:
parent
350b7b82f7
commit
465d8cc2ff
6 changed files with 28 additions and 19 deletions
|
@ -231,6 +231,7 @@ message ParticipantProject {
|
|||
message Follower {
|
||||
PeerId leader_id = 1;
|
||||
PeerId follower_id = 2;
|
||||
uint64 project_id = 3;
|
||||
}
|
||||
|
||||
message ParticipantLocation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue