Wire up accepting/declining a call
This commit is contained in:
parent
634f9de7e6
commit
1158911560
6 changed files with 162 additions and 82 deletions
|
@ -107,7 +107,7 @@ fn main() {
|
|||
project::Project::init(&client);
|
||||
client::Channel::init(&client);
|
||||
client::init(client.clone(), cx);
|
||||
collab_ui::init(user_store.clone(), cx);
|
||||
collab_ui::init(client.clone(), user_store.clone(), cx);
|
||||
command_palette::init(cx);
|
||||
editor::init(cx);
|
||||
go_to_line::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue