Automatically share project when creating the room
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
parent
678b013da6
commit
fceba6814f
12 changed files with 137 additions and 35 deletions
|
@ -11,6 +11,6 @@ use workspace::AppState;
|
|||
pub fn init(app_state: Arc<AppState>, cx: &mut MutableAppContext) {
|
||||
contacts_popover::init(cx);
|
||||
collab_titlebar_item::init(cx);
|
||||
incoming_call_notification::init(app_state.user_store.clone(), cx);
|
||||
incoming_call_notification::init(app_state.clone(), cx);
|
||||
project_shared_notification::init(app_state, cx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue