From 6ab57046db85acf11bbad6219ed5241aa37d2d64 Mon Sep 17 00:00:00 2001 From: Bradley Hilton Date: Fri, 8 Feb 2019 17:20:31 -0600 Subject: [PATCH] Add the missing uniqueId to the push notifications (#13423) --- server/lib/cordova.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/lib/cordova.js b/server/lib/cordova.js index 8dc30c65864e..445c8327288f 100644 --- a/server/lib/cordova.js +++ b/server/lib/cordova.js @@ -77,6 +77,8 @@ Meteor.methods({ }); function sendPush(service, token, options, tries = 0) { + options.uniqueId = RocketChat.settings.get('uniqueID'); + const data = { data: { token,