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' => [ 'notification' => [
'title' => $title, 'title' => $title,
'body' => $content, 'body' => $content,
'sound' => 'default',
], ],
'collapse_key' => get_lang('Messages'), 'collapse_key' => get_lang('Messages'),
'sound' => true,
]); ]);
$ch = curl_init(); $ch = curl_init();

Loading…
Cancel
Save