Specify ntfy notification is from rayhunter

This commit is contained in:
Simon Fondrie-Teitler
2025-08-06 13:07:25 -04:00
parent 1c08708bc4
commit dd78f5007d
+1 -1
View File
@@ -206,7 +206,7 @@ impl DiagTask {
notification_channel notification_channel
.send(Notification::new( .send(Notification::new(
"heuristic-warning".to_string(), "heuristic-warning".to_string(),
"New warning triggered!".to_string(), "Rayhunter has emitted a warning!".to_string(),
Some(Duration::from_secs(60 * 5)), Some(Duration::from_secs(60 * 5)),
)) ))
.await .await