Web-push msg changed
This commit is contained in:
parent
494f3c69a6
commit
869022b0d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue