Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pschonder committed Jan 21, 2017
1 parent d9850e8 commit d238aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/server/lib/PushNotification.js
Expand Up @@ -28,7 +28,7 @@ class PushNotification {
const config = {
from: 'push',
badge: 1,
sound: 'chime',
sound: 'default',
title: title,
text: message,
payload,
Expand Down
2 changes: 1 addition & 1 deletion server/lib/cordova.coffee
Expand Up @@ -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

Expand Down

0 comments on commit d238aeb

Please sign in to comment.