From 48196da28194db7b3ff50f2089304e6679939510 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Thu, 22 Sep 2016 20:43:51 -0500 Subject: [PATCH] feat(push): add coldstart property. Fixes #559 --- src/plugins/push.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/push.ts b/src/plugins/push.ts index dea0b200..92e72c8d 100644 --- a/src/plugins/push.ts +++ b/src/plugins/push.ts @@ -55,6 +55,7 @@ export interface NotificationEventAdditionalData { */ foreground?: boolean; collapse_key?: string; + coldstart?: boolean; from?: string; notId?: string; }