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
|
@ -217,6 +217,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut gpui::MutableAppContext) {
|
|||
);
|
||||
|
||||
activity_indicator::init(cx);
|
||||
call::init(app_state.client.clone(), app_state.user_store.clone(), cx);
|
||||
settings::KeymapFileContent::load_defaults(cx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue