Skip to content

Commit

Permalink
Fix main (zed-industries#7293)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
ConradIrwin authored Feb 2, 2024
1 parent a0b52cc commit 1f6bd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/collab_ui/src/collab_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
});
}
});
Expand Down

0 comments on commit 1f6bd67

Please sign in to comment.