Web-push msg changed

This commit is contained in:
hbrain 2026-06-07 14:45:14 +02:00
parent 494f3c69a6
commit 869022b0d0

View file

@ -252,7 +252,7 @@ function try_send_show_notification($articleRefOrJob, $jobdir, $mvlog_root = nul
} else { } else {
$payload = json_encode([ $payload = json_encode([
'title' => $articleTitle, 'title' => $articleTitle,
'body' => 'New unreliable article @ MVLog!', 'body' => 'New article @ MVLog!',
'url' => $articleUrl, 'url' => $articleUrl,
'tag' => "mvlog-show-{$identity}", 'tag' => "mvlog-show-{$identity}",
], JSON_UNESCAPED_UNICODE); ], JSON_UNESCAPED_UNICODE);