mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #946] Add an option to remove a custom notification settings for a channel without accessing the channel on the server #662
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#662
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 @DimasDSF on GitHub (Nov 15, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/946
💡 Idea
Right now we can create a custom notification settings group for a channel, but cannot remove it in specific situations. eg. I recently lost access to my old domain due to using a free domain and moved to a paid one, since the server can no longer be accessed at the old domainname I cannot remove the notification settings for the old channels and they permanently clutter the settings now.
It would be really nice if we could unsubscribe from channels (or remove the notifications group) without having to enter the server, at least as a last resort option, as I guess it could create issues with the server still trying to send messages as it does not know that a client unsubscribed.
💻 Target components
@binwiederhier commented on GitHub (Nov 19, 2023):
This is a very unique and snowflake issue. I doubt I'll ever be able to spend time on something as unique as this. I would suggest to export the Android settings and such, uninstall the app, reinstall it and re-import the settings.
@DimasDSF commented on GitHub (Nov 23, 2023):
Understandable, am I right to assume the app cannot fully control the android notification settings (export the notification settings, the sound, priority, change them etc.) it can just create a notification group/setting and from there it is fully controlled by the OS, if so feel free to just close this issue as it is not really fixable. If possible though maybe a "notification settings reset" button would be nice for weird issues like these to avoid having to reinstall.
@binwiederhier commented on GitHub (Nov 23, 2023):
I think unsubscibing should delete the notification channel in Android, if it doesn't already. So if it isn't doing that then that's a bug.