diff --git a/packages/rocketchat-lib/server/lib/PushNotification.js b/packages/rocketchat-lib/server/lib/PushNotification.js index 410af01cd603..ec754b4d0586 100644 --- a/packages/rocketchat-lib/server/lib/PushNotification.js +++ b/packages/rocketchat-lib/server/lib/PushNotification.js @@ -28,7 +28,7 @@ class PushNotification { const config = { from: 'push', badge: 1, - sound: 'chime', + sound: 'default', title: title, text: message, payload, diff --git a/server/lib/cordova.coffee b/server/lib/cordova.coffee index 1a0aab0e35cd..dd5f74aab66a 100644 --- a/server/lib/cordova.coffee +++ b/server/lib/cordova.coffee @@ -35,7 +35,7 @@ Meteor.methods text: TAPi18n.__ "This_is_a_push_test_messsage" apn: text: "@#{user.username}:\n" + TAPi18n.__ "This_is_a_push_test_messsage" - sound: 'chime' + sound: 'default' query: userId: user._id