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' + } } }