Compare commits

..

No commits in common. "1b49aaf5e71d40cdc20ec782935022ee00e8b9b8" and "01d5d78fc3b21f5e60af968d0eebe03aade16b6f" have entirely different histories.

2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

View file

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