Skip to content

Commit

Permalink
Fix push (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens authored Jul 21, 2024
1 parent a408836 commit 207f80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion push.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function zw_webapp_call_api($post_id)
$utm_url = add_query_arg('utm_source', 'push', $base_url);

$body_content = [
'recipients' => new stdClass(),
'recipients' => ['users' => 'all'],
'url' => $utm_url,
'title' => $title,
'body' => get_post($post_id)->post_title,
Expand Down
2 changes: 1 addition & 1 deletion zw-webapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: ZuidWest Webapp
* Description: Integrates Progressier PWA
* Version: 2.1
* Version: 2.1.1
* Author: Streekomroep ZuidWest
*/

Expand Down

0 comments on commit 207f80d

Please sign in to comment.