Consistency title
This commit is contained in:
parent
869022b0d0
commit
428e1f6b51
2 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ $body = '
|
||||||
|
|
||||||
$payload = [
|
$payload = [
|
||||||
'name' => $newsletterTitle,
|
'name' => $newsletterTitle,
|
||||||
'subject' => 'Story published: ' . $title,
|
'subject' => 'New story: ' . $title,
|
||||||
'lists' => [$listId],
|
'lists' => [$listId],
|
||||||
'from_email' => 'MVLog <newsletter@bubulescu.org>',
|
'from_email' => 'MVLog <newsletter@bubulescu.org>',
|
||||||
'type' => 'regular',
|
'type' => 'regular',
|
||||||
|
|
|
||||||
|
|
@ -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 article @ MVLog!',
|
'body' => 'New story @ 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