Ensure declining call doesn't accidentally leave a room

This commit is contained in:
Antonio Scandurra 2022-11-01 18:48:08 +01:00
parent 88d2e2e277
commit d6d1e20f07
2 changed files with 10 additions and 3 deletions

View file

@ -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();