[PR #835] [CLOSED] Extra fields in JSON body #1440

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/835
Author: @wunter8
Created: 8/8/2023
Status: Closed

Base: mainHead: 827-extra-json-properties


📝 Commits (3)

📊 Changes

9 files changed (+236 additions, -48 deletions)

View changed files

📝 docs/publish.md (+118 -0)
📝 docs/releases.md (+4 -0)
📝 docs/subscribe/api.md (+4 -0)
📝 server/errors.go (+1 -0)
📝 server/message_cache.go (+50 -10)
📝 server/message_cache_test.go (+7 -5)
📝 server/server.go (+16 -0)
📝 server/server_test.go (+2 -1)
📝 server/types.go (+34 -32)

📄 Description

fixes #827


🔄 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/835 **Author:** [@wunter8](https://github.com/wunter8) **Created:** 8/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `827-extra-json-properties` --- ### 📝 Commits (3) - [`ed45794`](https://github.com/binwiederhier/ntfy/commit/ed4579469c6b094fc3c7d08432851123c80e2bfd) fixes #827 - [`42c6d83`](https://github.com/binwiederhier/ntfy/commit/42c6d831df05b47f2b0015a6a39b63f049cae201) store extras in cache - [`0ab5d20`](https://github.com/binwiederhier/ntfy/commit/0ab5d20045af10104d4e12d22108449c882ca1e5) include "extras" as a header option ### 📊 Changes **9 files changed** (+236 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `docs/publish.md` (+118 -0) 📝 `docs/releases.md` (+4 -0) 📝 `docs/subscribe/api.md` (+4 -0) 📝 `server/errors.go` (+1 -0) 📝 `server/message_cache.go` (+50 -10) 📝 `server/message_cache_test.go` (+7 -5) 📝 `server/server.go` (+16 -0) 📝 `server/server_test.go` (+2 -1) 📝 `server/types.go` (+34 -32) </details> ### 📄 Description fixes #827 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:06 +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#1440
No description provided.