Adjust mobile index ordering and update push notification message defaults

This commit is contained in:
hbrain 2026-06-01 08:50:09 +02:00
parent 6343ebf654
commit 1f53c448e6
3 changed files with 13 additions and 6 deletions

View file

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