huskies: merge 616_story_extract_notifications_service

This commit is contained in:
dave
2026-04-24 18:01:34 +00:00
parent eca0ef792c
commit 271f8ea6a8
11 changed files with 829 additions and 421 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ pub async fn run_bot(
// Spawn the stage-transition notification listener before entering the
// sync loop so it starts receiving watcher events immediately.
let notif_room_id_strings: Vec<String> = notif_room_ids.iter().map(|r| r.to_string()).collect();
super::super::notifications::spawn_notification_listener(
crate::service::notifications::spawn_notification_listener(
Arc::clone(&transport),
move || notif_room_id_strings.clone(),
watcher_rx,
-1
View File
@@ -21,7 +21,6 @@ pub mod commands;
pub(crate) mod config;
pub mod delete;
pub mod htop;
pub mod notifications;
pub mod rebuild;
pub mod reset;
pub mod rmtree;
File diff suppressed because it is too large Load Diff