Initialize channel notes to register the view as followable
This commit is contained in:
parent
1ec81e02da
commit
e9dcca7712
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
|
|||
// vcs_menu::init(cx);
|
||||
collab_titlebar_item::init(cx);
|
||||
collab_panel::init(cx);
|
||||
channel_view::init(cx);
|
||||
// chat_panel::init(cx);
|
||||
notifications::init(&app_state, cx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue