Fix sound in push notification

ofaj
Angel Fernando Quiroz Campos 6 years ago committed by Nicolas Ducoulombier
parent eab1c8a7d8
commit 49e5b0fc08
  1. 2
      main/inc/lib/notification.lib.php

@ -530,9 +530,9 @@ class Notification extends Model
'notification' => [
'title' => $title,
'body' => $content,
'sound' => 'default',
],
'collapse_key' => get_lang('Messages'),
'sound' => true,
]);
$ch = curl_init();

Loading…
Cancel
Save