[PR #187] [CLOSED] WIP: Update messages #1238

Closed
opened 2026-05-07 01:01:09 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/187
Author: @binwiederhier
Created: 3/23/2022
Status: Closed

Base: mainHead: update-messages


📝 Commits (6)

  • 8848829 WIP: Update messages
  • 8939173 Continued work
  • b7871b8 Merge branch 'main' into update-messages
  • 0a77c52 Add since=$ID/$timestamp parsing logic
  • 86baa80 Merge branch 'main' into update-messages
  • a327fe8 Make web app work for updated notifications

📊 Changes

9 files changed (+256 additions, -41 deletions)

View changed files

📝 server/errors.go (+4 -2)
📝 server/message_cache.go (+84 -12)
📝 server/server.go (+62 -18)
📝 server/server_firebase.go (+1 -0)
📝 server/server_firebase_test.go (+1 -0)
📝 server/server_test.go (+63 -0)
📝 server/types.go (+32 -4)
📝 util/util.go (+1 -1)
📝 web/src/app/SubscriptionManager.js (+8 -4)

📄 Description

Relates to #43


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/187 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 3/23/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-messages` --- ### 📝 Commits (6) - [`8848829`](https://github.com/binwiederhier/ntfy/commit/8848829dfa2c93da8c43e7cb4972e442befa26dc) WIP: Update messages - [`8939173`](https://github.com/binwiederhier/ntfy/commit/8939173a1e93ea0b212a7c2940914ef26b06f20a) Continued work - [`b7871b8`](https://github.com/binwiederhier/ntfy/commit/b7871b80ab96368213679dff6c6944cf6386dd11) Merge branch 'main' into update-messages - [`0a77c52`](https://github.com/binwiederhier/ntfy/commit/0a77c5296b0d9c235c0a9fc2a776ccc3d42dcb72) Add since=$ID/$timestamp parsing logic - [`86baa80`](https://github.com/binwiederhier/ntfy/commit/86baa80ab84331b108da1bddc555de89f49b229f) Merge branch 'main' into update-messages - [`a327fe8`](https://github.com/binwiederhier/ntfy/commit/a327fe802ee4164ebc7874b6ca44f26b40742e55) Make web app work for updated notifications ### 📊 Changes **9 files changed** (+256 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `server/errors.go` (+4 -2) 📝 `server/message_cache.go` (+84 -12) 📝 `server/server.go` (+62 -18) 📝 `server/server_firebase.go` (+1 -0) 📝 `server/server_firebase_test.go` (+1 -0) 📝 `server/server_test.go` (+63 -0) 📝 `server/types.go` (+32 -4) 📝 `util/util.go` (+1 -1) 📝 `web/src/app/SubscriptionManager.js` (+8 -4) </details> ### 📄 Description Relates to #43 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:09 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1238
No description provided.