Initialize channel notes to register the view as followable

This commit is contained in:
Max Brunsfeld 2023-12-05 15:59:54 -08:00
parent 1ec81e02da
commit e9dcca7712

View file

@ -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);