Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1345 from narender2031/master
Browse files Browse the repository at this point in the history
add fire date in notification response
  • Loading branch information
Dallas62 authored May 27, 2020
2 parents 742204b + 9c6b090 commit 725e5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Notifications._onNotification = function(data, isFromBackground = null) {
badge: data.getBadgeCount(),
alert: data.getAlert(),
sound: data.getSound(),
fireDate: data._fireDate,
finish: (res) => data.finish(res)
});
} else {
Expand Down

0 comments on commit 725e5fe

Please sign in to comment.