This commit is contained in:
David Arranz 2019-11-13 12:14:45 +01:00
parent 454e5ec749
commit db26c250c6
2 changed files with 3 additions and 5 deletions

View File

@ -13,11 +13,6 @@ const createNotification = (data) => {
recipients: data.recipients,
data: data.data,
userId: data.userId,
_displayInForeground: true,
sound: 'default',
android: {
channelId: 'lqdvi-messages'
}
}
}

View File

@ -15,6 +15,9 @@ const createPushMessage = (data) => {
data: data.data,
_displayInForeground: true,
sound: 'default',
android: {
channelId: 'lqdvi-messages'
}
}
};