From 804344c5aceb7995c9abd494d9fb42fb4b85074a Mon Sep 17 00:00:00 2001 From: Christian <33660027+cl77@users.noreply.github.com> Date: Thu, 27 Nov 2025 13:08:07 +0100 Subject: [PATCH] fix: correct SevenIO notification receiver field name (#6424) Co-authored-by: Frank Elsinga --- server/notification-providers/sevenio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/notification-providers/sevenio.js b/server/notification-providers/sevenio.js index 57a0a06cf..bd6b61231 100644 --- a/server/notification-providers/sevenio.js +++ b/server/notification-providers/sevenio.js @@ -12,7 +12,7 @@ class SevenIO extends NotificationProvider { const okMsg = "Sent Successfully."; const data = { - to: notification.sevenioTo, + to: notification.sevenioReceiver, from: notification.sevenioSender || "Uptime Kuma", text: msg, };