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
|
@ -1996,6 +1996,7 @@ impl Database {
|
|||
followers.push(proto::Follower {
|
||||
leader_id: Some(db_follower.leader_connection().into()),
|
||||
follower_id: Some(db_follower.follower_connection().into()),
|
||||
project_id: db_follower.project_id.to_proto(),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue