-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
stop using addPushTokenListener
#4467
Conversation
Your Render PR Server URL is https://social-app-pr-4467.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cpjmnmljm4es73buc5p0. |
|
47d2f4e
to
d8ea418
Compare
The Pull Request introduced fingerprint changes against the base commit: Fingerprint diff[{"type":"dir","filePath":"node_modules/expo-notifications/android","reasons":["expoAutolinkingAndroid"],"hash":"67ae39dd56d831bd99c271ea574e1d25be036a78"},{"type":"dir","filePath":"patches","reasons":["patchPackage"],"hash":"e49d3cbf4e5b21ee9eee1e6ff38accd2606f3bc8"}] Generated by PR labeler 🤖 |
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.
verified notifs work on android now
* origin/main: (54 commits) patch `expo-notifications` to clear badge (#4475) Revert to old modal on android (#4458) Sort profile feedgens by likes (#4380) Revert "Fix undefined block (#4471)" (#4472) Fix undefined block (#4471) Open convo menu when tapping on chat with deleted account (#4470) stop using `addPushTokenListener` (#4467) add hitslop to repost button (#4469) Add a loading indicator to notifications when loading latest (#4468) Visually improve the empty state of feeds (#4466) Give a meaningful error in the composer when replying to a deleted post (#4464) Fix: show known feed error UI more reliably (#4463) Only validate persisted data for existing users (#4465) Check `canAskAgain` for notification permissions (#4460) Add support for new-tab clicks on feeds (#4462) Override legacy language codes for indonesian, hebrew, and yiddish (#4461) Ungate mobile web notification badge (#4459) Fix (#4430): Use separate hooks for shell mode animated styles (#4451) Throttle instead of debounce (#4456) debounce refetching listconvos (#4455) ...
Why
The callback in
addPushTokenListener
is not fired once the token changes on Android. This appears to be a possible regression inexpo-notifications
- we are inquiring on that now.What we know:
What is unclear:
Test Plan
Merge this in and see if notifications start coming through on some production devices.