summaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-04-04 18:06:26 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-04-04 18:06:26 +0200
commit37bcc4a2a777ce030f95fb8a0aee61a2e7edef6b (patch)
tree124c4886d5ced368627927d66fbac917a1d38a58 /jobs
parent6b796258d413f00e498ce7f80f73a9f6c061f29c (diff)
downloadpluralconnect-37bcc4a2a777ce030f95fb8a0aee61a2e7edef6b.tar.gz
pluralconnect-37bcc4a2a777ce030f95fb8a0aee61a2e7edef6b.tar.bz2
pluralconnect-37bcc4a2a777ce030f95fb8a0aee61a2e7edef6b.zip
Updated 3 files (automated)
Diffstat (limited to 'jobs')
-rw-r--r--jobs/FrontersNotification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/FrontersNotification.php b/jobs/FrontersNotification.php
index ebe9213..c092eec 100644
--- a/jobs/FrontersNotification.php
+++ b/jobs/FrontersNotification.php
@@ -74,7 +74,7 @@ if (count($fronters["members"]) > 1) {
"Tags: switch\r\n" .
"Actions: view, View on PluralKit, https://dash.pluralkit.me/profile/s/" . $system . ", clear=true\r\n" .
"Authorization: Basic " . base64_encode($ntfy["user"] . ":" . $ntfy["password"]),
- 'content' => formatPonypush("The fallback pony switched in just now")
+ 'content' => formatPonypush("$name now does not have a member at front")
]
]);
}