Web-push typo corrected
This commit is contained in:
parent
01d5d78fc3
commit
2c55d286a8
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ function try_send_show_notification($articleRefOrJob, $jobdir, $mvlog_root = nul
|
||||||
|
|
||||||
$payload = json_encode([
|
$payload = json_encode([
|
||||||
'title' => $articleTitle,
|
'title' => $articleTitle,
|
||||||
'body' => 'New aticle @ MVL!',
|
'body' => 'New unreliable 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