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 = [];