Tell project when it has been unshared
Co-Authored-By: Petros Amoiridis <petros@zed.dev>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user