Allow calling an user, render contacts in collab panel
This commit is contained in:
parent
2a2b3b5e91
commit
e754c6626d
3 changed files with 86 additions and 44 deletions
|
@ -454,6 +454,12 @@ pub trait CallHandler {
|
|||
}
|
||||
fn hang_up(&self, cx: AsyncWindowContext) -> Result<Task<Result<()>>>;
|
||||
fn active_project(&self, cx: &AppContext) -> Option<WeakModel<Project>>;
|
||||
fn invite(
|
||||
&mut self,
|
||||
called_user_id: u64,
|
||||
initial_project: Option<Model<Project>>,
|
||||
cx: &mut AppContext,
|
||||
) -> Task<Result<()>>;
|
||||
}
|
||||
|
||||
pub struct Workspace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue