mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +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 {
|
if let Some(channel_id) = channel_id {
|
||||||
let workspace = cx.view().clone();
|
let workspace = cx.view().clone();
|
||||||
cx.window_context().defer(move |cx| {
|
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