mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
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(()),
|
||||
};
|
||||
|
||||
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(
|
||||
|
|
Loading…
Reference in a new issue