From d494a73dc69fb243efc44fe09bf526a3eb930478 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 11 Nov 2019 19:10:34 +0100 Subject: [PATCH] . --- helpers/notification.helpers.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helpers/notification.helpers.js b/helpers/notification.helpers.js index d62d646..fd6110a 100644 --- a/helpers/notification.helpers.js +++ b/helpers/notification.helpers.js @@ -15,6 +15,9 @@ const createNotification = (data) => { userId: data.userId, _displayInForeground: true, sound: 'default', + android: { + channelId: 'lqdvi-messages' + } } }