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
+2 -2
View File
@@ -2317,11 +2317,11 @@ fn format_gateway_event(
project_name: &str,
event: &crate::http::events::StoredEvent,
) -> (String, String) {
use crate::chat::transport::matrix::notifications::{
use crate::http::events::StoredEvent;
use crate::service::notifications::{
format_blocked_notification, format_error_notification, format_stage_notification,
stage_display_name,
};
use crate::http::events::StoredEvent;
let prefix = format!("[{project_name}] ");