notifications
This commit is contained in:
10
web/send.php
10
web/send.php
@@ -55,11 +55,11 @@ $payload = json_encode(
|
||||
'to' => $fcm,
|
||||
//'dry_run' => true,
|
||||
'android' => [ 'priority' => 'high' ],
|
||||
'notification' =>
|
||||
[
|
||||
'title' => $message,
|
||||
'body' => $content,
|
||||
],
|
||||
//'notification' =>
|
||||
//[
|
||||
// 'title' => $message,
|
||||
// 'body' => $content,
|
||||
//],
|
||||
'data' =>
|
||||
[
|
||||
'title' => $message,
|
||||
|
Reference in New Issue
Block a user