huskies: merge 616_story_extract_notifications_service
This commit is contained in:
@@ -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}] ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user