OneSignal / OneSignal-Website-SDK

OneSignal is a push notification service for web and mobile apps. This SDK makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Other
383 stars 115 forks source link

[Fix] Webhook dismissed not firing, and willDisplay when set from the dashboard #1174

Closed jkasten2 closed 2 months ago

jkasten2 commented 2 months ago

Description

One-Line Summary

Fixed issues with webhooks not reading parameters correctly, causing the dismissed and willDisplay to not fire.

Details

Validation

Tests

Tested all 3 notification events to ensure they fired on Chrome 123 on Windows 11 23H2; willDisplay, dismissed, and clicked.

Info

Checklist

Programming Checklist Interfaces:

Functions:

Typescript:

Other:

Screenshots

Info

Checklist


Related Tickets



This change is Reviewable