-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(push-notifications): proper return of push notification object properties #349
Conversation
…ct inline with documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sound wasn't on Capacitor 2.x neither, any reason to leave it here?
Nope - at least as far as I am aware. It looks like right at the start of the port to Cap 3, properties from local and push notifications were melded together mistakenly or something. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before the return there is a
let notificationRequest = notificationRequestLookup[request.identifier] ?? [:]
line that is no longer used, can you delete it?
extra
back todata
actionTypeId
andattachments
subtitle
andbadge
closes: #332