This commit is contained in:
David Arranz 2019-11-11 19:10:34 +01:00
parent ed86025b5f
commit d494a73dc6

View File

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