Plumbing to pass role
for room participants
This commit is contained in:
parent
a801c85a1b
commit
88ed5f7290
7 changed files with 11 additions and 4 deletions
|
@ -713,7 +713,8 @@ impl Project {
|
|||
})
|
||||
.await?;
|
||||
let this = cx.new_model(|cx| {
|
||||
let replica_id = response.payload.replica_id as ReplicaId;
|
||||
// todo!()
|
||||
let replica_id = response.payload.replica_id.unwrap() as ReplicaId;
|
||||
|
||||
let mut worktrees = Vec::new();
|
||||
for worktree in response.payload.worktrees {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue