[PR #397] [MERGED] Icons #1292

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/397
Author: @binwiederhier
Created: 9/11/2022
Status: Merged
Merged: 9/11/2022
Merged by: @binwiederhier

Base: mainHead: icons


📝 Commits (7)

📊 Changes

14 files changed (+180 additions, -19 deletions)

View changed files

📝 client/client.go (+1 -0)
📝 client/options.go (+5 -0)
📝 cmd/publish.go (+6 -0)
📝 cmd/publish_test.go (+2 -0)
📝 docs/publish.md (+109 -2)
📝 docs/releases.md (+3 -4)
docs/static/img/android-screenshot-icon.png (+0 -0)
📝 server/errors.go (+1 -0)
📝 server/message_cache.go (+32 -10)
📝 server/server.go (+12 -2)
📝 server/server_firebase.go (+1 -0)
📝 server/server_firebase_test.go (+3 -0)
📝 server/server_test.go (+3 -1)
📝 server/types.go (+2 -0)

📄 Description

No description provided


🔄 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/397 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 9/11/2022 **Status:** ✅ Merged **Merged:** 9/11/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `icons` --- ### 📝 Commits (7) - [`d519fd9`](https://github.com/binwiederhier/ntfy/commit/d519fd999b16bda2c331c96e53d6eb693bcd4215) notification icons - [`04f2535`](https://github.com/binwiederhier/ntfy/commit/04f2535e924c2c12b2f1f3192a7bab5384a2bcd1) linting - [`99886d7`](https://github.com/binwiederhier/ntfy/commit/99886d7f669499b88b5136dc3dcbdbc4b34e8ba6) change icon from object to string - [`3c5a10d`](https://github.com/binwiederhier/ntfy/commit/3c5a10de17446d30e1a1a2a3debb6d4925192c76) combine attachment and icon url regex - [`38c3b1f`](https://github.com/binwiederhier/ntfy/commit/38c3b1fbf734e97cb3df166c47a719de6865eefc) Release notes - [`ae1fb74`](https://github.com/binwiederhier/ntfy/commit/ae1fb74ac67dd1269156a0d2eec90d6d74d15e6e) Merge branch 'main' of github.com:binwiederhier/ntfy into icons - [`23a127d`](https://github.com/binwiederhier/ntfy/commit/23a127d20b73b5fff0675d7170eafa1bc65c3614) Docs ### 📊 Changes **14 files changed** (+180 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `client/client.go` (+1 -0) 📝 `client/options.go` (+5 -0) 📝 `cmd/publish.go` (+6 -0) 📝 `cmd/publish_test.go` (+2 -0) 📝 `docs/publish.md` (+109 -2) 📝 `docs/releases.md` (+3 -4) ➕ `docs/static/img/android-screenshot-icon.png` (+0 -0) 📝 `server/errors.go` (+1 -0) 📝 `server/message_cache.go` (+32 -10) 📝 `server/server.go` (+12 -2) 📝 `server/server_firebase.go` (+1 -0) 📝 `server/server_firebase_test.go` (+3 -0) 📝 `server/server_test.go` (+3 -1) 📝 `server/types.go` (+2 -0) </details> ### 📄 Description _No description provided_ --- <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:25 +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#1292
No description provided.