mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1536] [MERGED] Update/delete/clear notifications #1633
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#1633
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?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/1536
Author: @binwiederhier
Created: 1/6/2026
Status: ✅ Merged
Merged: 1/16/2026
Merged by: @binwiederhier
Base:
main← Head:303-update-notifications📝 Commits (10+)
2aae357add sid, mtime, and deleted to message_cache83b5470publish messages with a custom sequence ID8293a24update notification text using sid in web app1c2550dMerge branch 'main' into 303-update-notificationsaca9a77Remove mtimef51e99dRemove modified2856793Deleted2dd152dManual fixes for AI slopbfbe73aUpdate polling75abf2eDelete old messages with SID when new messages arrive📊 Changes
31 files changed (+1585 additions, -466 deletions)
View changed files
📝
client/options.go(+5 -0)📝
cmd/publish.go(+6 -0)📝
docs/faq.md(+2 -2)📝
docs/publish.md(+457 -16)📝
docs/releases.md(+20 -3)📝
docs/static/css/extra.css(+9 -9)➕
docs/static/img/android-screenshot-notification-update-1.png(+0 -0)➕
docs/static/img/android-screenshot-notification-update-2.png(+0 -0)📝
docs/subscribe/api.md(+15 -14)📝
go.mod(+5 -5)📝
go.sum(+10 -37)📝
server/errors.go(+3 -1)📝
server/message_cache.go(+46 -14)📝
server/message_cache_test.go(+7 -0)📝
server/server.go(+97 -10)📝
server/server_firebase.go(+10 -0)📝
server/server_firebase_test.go(+3 -0)📝
server/server_test.go(+288 -2)📝
server/server_webpush.go(+1 -1)📝
server/types.go(+54 -31)...and 11 more files
📄 Description
Implements part of #303, supersedes #1466
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.