Skip to content
Snippets Groups Projects
Commit d238aebc authored by Max Pschonder's avatar Max Pschonder
Browse files

fixes RocketChat/Rocket.Chat.Cordova#132

parent d9850e8b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class PushNotification {
const config = {
from: 'push',
badge: 1,
sound: 'chime',
sound: 'default',
title: title,
text: message,
payload,
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment