MOBILE-2961 push: Use push channel in some local notifications
parent
c6e01bfa66
commit
258a646f20
|
@ -321,7 +321,8 @@ export class CorePushNotificationsProvider {
|
|||
id: 1,
|
||||
data: data,
|
||||
title: '',
|
||||
text: ''
|
||||
text: '',
|
||||
channel: 'PushPluginChannel'
|
||||
},
|
||||
promises = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue