Tell project when it has been unshared
Co-Authored-By: Petros Amoiridis <petros@zed.dev>
This commit is contained in:
parent
99236f1875
commit
f68eda97fb
1 changed files with 2 additions and 1 deletions
|
@ -803,7 +803,8 @@ impl Room {
|
||||||
None => return Ok(()),
|
None => return Ok(()),
|
||||||
};
|
};
|
||||||
|
|
||||||
self.client.send(proto::UnshareProject { project_id })
|
self.client.send(proto::UnshareProject { project_id })?;
|
||||||
|
project.update(cx, |this, cx| this.unshare(cx))
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn set_location(
|
pub(crate) fn set_location(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue