diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-04-04 18:06:26 +0200 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-04-04 18:06:26 +0200 |
commit | 37bcc4a2a777ce030f95fb8a0aee61a2e7edef6b (patch) | |
tree | 124c4886d5ced368627927d66fbac917a1d38a58 /jobs | |
parent | 6b796258d413f00e498ce7f80f73a9f6c061f29c (diff) | |
download | pluralconnect-37bcc4a2a777ce030f95fb8a0aee61a2e7edef6b.tar.gz pluralconnect-37bcc4a2a777ce030f95fb8a0aee61a2e7edef6b.tar.bz2 pluralconnect-37bcc4a2a777ce030f95fb8a0aee61a2e7edef6b.zip |
Updated 3 files (automated)
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/FrontersNotification.php | 2 |
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") ] ]); } |