From dd78f5007d2dec388b693ba8bed721a7e9696e58 Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Wed, 6 Aug 2025 13:07:25 -0400 Subject: [PATCH] Specify ntfy notification is from rayhunter --- daemon/src/diag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/diag.rs b/daemon/src/diag.rs index 8b248ca..1305aaf 100644 --- a/daemon/src/diag.rs +++ b/daemon/src/diag.rs @@ -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