mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #71] Clear notification history automatically in app #58
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#58
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 @arjan-s on GitHub (Dec 29, 2021).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/71
I'd like each topic in the Android app to have a setting to expire and clean up the notification history after a certain time. For some topics I would not want a history at all, for others I would want it to contain only the notification history for the last few days.
@binwiederhier commented on GitHub (Dec 29, 2021):
I like this. And I actually initially wanted to auto-delete after 2 weeks or so, but I never implemented it.
I have tons of ideas for cool settings that are easy to implement, but need a per-topic settings screen (sounds, check interval, delete-after, ...), but I need to do the legwork to create a settings screen first.
Thanks for reporting this. I'll eventually get to it. I like it!
@binwiederhier commented on GitHub (Feb 9, 2022):
I implemented a global setting
github.com/binwiederhier/ntfy-android@d44358f75cand I'll close this ticket for now; I have another ticket to port all global settings to per-topic settings as well. I'll make sure auto-delete is part of that.