WIP: Give worktrees a reference to the UserStore

This will allow them to fetch user data when peers are added or removed. Still work to do though.
This commit is contained in:
Nathan Sobo 2021-11-26 19:12:12 -07:00
parent 21aba54dc3
commit 9930e92412
7 changed files with 166 additions and 73 deletions

View file

@ -621,6 +621,7 @@ mod tests {
Project::new(
params.languages.clone(),
params.client.clone(),
params.user_store.clone(),
params.fs.clone(),
)
});