Encapsulate Room
interaction within ActiveCall
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
e0db62173a
commit
1898e813f5
9 changed files with 63 additions and 92 deletions
|
@ -107,7 +107,7 @@ fn main() {
|
|||
project::Project::init(&client);
|
||||
client::Channel::init(&client);
|
||||
client::init(client.clone(), cx);
|
||||
collab_ui::init(client.clone(), user_store.clone(), cx);
|
||||
collab_ui::init(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