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

View File

@@ -206,7 +206,7 @@ impl DiagTask {
notification_channel
.send(Notification::new(
"heuristic-warning".to_string(),
"New warning triggered!".to_string(),
"Rayhunter has emitted a warning!".to_string(),
Some(Duration::from_secs(60 * 5)),
))
.await