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