Ensure declining call doesn't accidentally leave a room
This commit is contained in:
parent
88d2e2e277
commit
d6d1e20f07
2 changed files with 10 additions and 3 deletions
|
@ -6612,7 +6612,7 @@ impl TestClient {
|
|||
.update(cx, |call, cx| call.share_project(project.clone(), cx))
|
||||
.await
|
||||
{
|
||||
log::error!("{}: error sharing project {:?}", username, error);
|
||||
log::error!("{}: error sharing project, {:?}", username, error);
|
||||
}
|
||||
|
||||
let buffers = client.buffers.entry(project.clone()).or_default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue