.
This commit is contained in:
parent
454e5ec749
commit
db26c250c6
@ -13,11 +13,6 @@ const createNotification = (data) => {
|
||||
recipients: data.recipients,
|
||||
data: data.data,
|
||||
userId: data.userId,
|
||||
_displayInForeground: true,
|
||||
sound: 'default',
|
||||
android: {
|
||||
channelId: 'lqdvi-messages'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -15,6 +15,9 @@ const createPushMessage = (data) => {
|
||||
data: data.data,
|
||||
_displayInForeground: true,
|
||||
sound: 'default',
|
||||
android: {
|
||||
channelId: 'lqdvi-messages'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user