mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 20:41:59 +00:00
parent
a0b52cc69a
commit
1f6bd6760f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ pub fn init(cx: &mut AppContext) {
|
|||
if let Some(channel_id) = channel_id {
|
||||
let workspace = cx.view().clone();
|
||||
cx.window_context().defer(move |cx| {
|
||||
ChannelView::open(channel_id, workspace, cx).detach_and_log_err(cx)
|
||||
ChannelView::open(channel_id, None, workspace, cx).detach_and_log_err(cx)
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue