Browse Source

Fix sound in push notification

Angel Fernando Quiroz Campos 5 years ago
parent
commit
7264207818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/notification.lib.php

+ 1 - 1
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();