fix: discord notification timestamp & update notification message (#6894)

This commit is contained in:
Ryan Gurnick
2026-02-13 02:38:50 +00:00
committed by GitHub
parent 5561842dea
commit f2048261b2
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -219,6 +219,11 @@ class Discord extends NotificationProvider {
},
]
: []),
// Show server timezone for parity with the DOWN notification embed
{
name: `Time (${heartbeatJSON["timezone"]})`,
value: heartbeatJSON["localDateTime"],
},
...(heartbeatJSON["ping"] != null
? [
{