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

Commit 725e5fe

Browse files
authored
Merge pull request #1345 from narender2031/master
add fire date in notification response
2 parents 742204b + 9c6b090 commit 725e5fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ Notifications._onNotification = function(data, isFromBackground = null) {
266266
badge: data.getBadgeCount(),
267267
alert: data.getAlert(),
268268
sound: data.getSound(),
269+
fireDate: data._fireDate,
269270
finish: (res) => data.finish(res)
270271
});
271272
} else {

0 commit comments

Comments
 (0)