Skip to content

Commit

Permalink
feat(push): add coldstart property. Fixes #559
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Sep 23, 2016
1 parent a0b6b10 commit 48196da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export interface NotificationEventAdditionalData {
*/
foreground?: boolean;
collapse_key?: string;
coldstart?: boolean;
from?: string;
notId?: string;
}
Expand Down

0 comments on commit 48196da

Please sign in to comment.