Compare commits

...

2 commits

Author SHA1 Message Date
hbrain
1b49aaf5e7 Large png logo 2026-06-04 22:13:48 +02:00
hbrain
2c55d286a8 Web-push typo corrected 2026-06-04 21:38:40 +02:00
2 changed files with 1 additions and 1 deletions

BIN
assets/img/MVLog_large.png Normal file

Binary file not shown.

After

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 aticle @ MVL!',
'body' => 'New unreliable article @ MVLog!',
'url' => $articleUrl,
'tag' => "mvlog-show-{$identity}",
], JSON_UNESCAPED_UNICODE);