mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #642] android: UnifiedPush unregister doesn't remove the subscription from the list #477
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#477
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emersion on GitHub (Feb 28, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/642
I'm using the UnifiedPush SDK.
When calling
unregisteron an existing endpoint, myonUnregisteredcallback gets triggered as expected, however the subscription remains listed in the ntfy app. This causes the list in the app to grow in an unbounded fashion, ending up with hundreds of subscriptions after a month or so.@emersion commented on GitHub (Feb 28, 2023):
This sounds like a bug in the Flutter connector sadly: https://github.com/UnifiedPush/flutter-connector/pull/115
@binwiederhier commented on GitHub (Mar 1, 2023):
I am always happy to help, but this seems like it should not be a bug report in ntfy, no?
I am respectfully closing this ticket, but feel free to comment and we can discuss more.
@emersion commented on GitHub (Mar 1, 2023):
Yup, apologies -- sounds like the bug is elsewhere, not in ntfy.