Skip to content

Commit

Permalink
Add the missing uniqueId to the push notifications (RocketChat#13423)
Browse files Browse the repository at this point in the history
  • Loading branch information
graywolf336 authored and bhardwajaditya committed Mar 17, 2019
1 parent 24e1987 commit 4aac418
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/lib/cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ Meteor.methods({
});

function sendPush(service, token, options, tries = 0) {
<<<<<<< HEAD
options.uniqueId = settings.get('uniqueID');
=======
options.uniqueId = RocketChat.settings.get('uniqueID');
>>>>>>> Add the missing uniqueId to the push notifications (#13423)
const data = {
data: {
Expand Down

0 comments on commit 4aac418

Please sign in to comment.