Эх сурвалжийг харах

Fix sound in push notification

Angel Fernando Quiroz Campos 5 жил өмнө
parent
commit
7264207818

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