You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Bug Fixes
Fix prompting again after closing notification permission prompt if site has its own ServiceWorker. (#1192)
Fix OneSignal.logout() so it doesn't throw an error if there isn't a push subscription. (#1194)
Fix outdated external ids caused by OneSignal returning the user's previous external id in its response for user GET requests when called quickly after the user was created. (#1189)
Dev Enhancements
Enforce some additional Typescript compile errors that were only IDE warnings. (#1195)
Fix TypeError: Cannot destructure property 'lastKnownPushToken' of '(intermediate value)' as it is undefined. in operation repo tests. (#1196)
Operation repo refactor that will help with the implementation of identity verification (#1179)