Fix sound in push notification

pull/2990/head
Angel Fernando Quiroz Campos 6 years ago
parent 1a977dc2ac
commit b50a2ee374
  1. 2
      main/inc/lib/notification.lib.php

@ -528,9 +528,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