From 258a646f200a9300249939e9ee36ffc798d1c09b Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 12 Apr 2019 14:24:26 +0200 Subject: [PATCH] MOBILE-2961 push: Use push channel in some local notifications --- src/core/pushnotifications/providers/pushnotifications.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/pushnotifications/providers/pushnotifications.ts b/src/core/pushnotifications/providers/pushnotifications.ts index 108f43601..f155eb8be 100644 --- a/src/core/pushnotifications/providers/pushnotifications.ts +++ b/src/core/pushnotifications/providers/pushnotifications.ts @@ -321,7 +321,8 @@ export class CorePushNotificationsProvider { id: 1, data: data, title: '', - text: '' + text: '', + channel: 'PushPluginChannel' }, promises = [];