[PR #365] [MERGED] notification icons #1282

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

📋 Pull Request Information

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

Base: mainHead: 126-notification-icons-clean


📝 Commits (4)

📊 Changes

14 files changed (+149 additions, -14 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 (+79 -0)
📝 docs/releases.md (+2 -1)
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/365 **Author:** [@wunter8](https://github.com/wunter8) **Created:** 7/16/2022 **Status:** ✅ Merged **Merged:** 9/11/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `126-notification-icons-clean` --- ### 📝 Commits (4) - [`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 ### 📊 Changes **14 files changed** (+149 additions, -14 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` (+79 -0) 📝 `docs/releases.md` (+2 -1) ➕ `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:22 +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#1282
No description provided.