[GH-ISSUE #1153] Feature Request: Pin a message to notification center until condition fulfilled #812

Open
opened 2026-05-07 00:27:43 +02:00 by BreizhHardware · 2 comments

Originally created by @Creepios on GitHub (Jul 15, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1153

💡 Idea

A feature which allows pinning a message to the notification center respectively make it permanent until some condition is fulfilled like pressing an action button or something else. Should be an individual parameter for each message. I think about:
"pin": true or "sticky": true
and something like "clear": true which is already implemented in action buttons:
"actions": [ [ "action": "view", "label": "Open portal", "url": "https://home.nest.com/", "clear": true ] ]

💻 Target components

Needed to be added to ntfy server (it's a parameter so yes) and mobile apps.

Originally created by @Creepios on GitHub (Jul 15, 2024). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1153 <!-- Before you submit, consider asking on Discord/Matrix instead. You'll usually get an answer sooner, and there are more people there to help! - Discord: https://discord.gg/cT7ECsZj9w - Matrix: https://matrix.to/#/#ntfy:matrix.org / https://matrix.to/#/#ntfy-space:matrix.org --> :bulb: **Idea** <!-- Share your thoughts; try to be detailed if you can --> A feature which allows pinning a message to the notification center respectively make it permanent until some condition is fulfilled like pressing an action button or something else. Should be an individual parameter for each message. I think about: `"pin": true` or `"sticky": true` and something like `"clear": true` which is already implemented in action buttons: ` "actions": [ [ "action": "view", "label": "Open portal", "url": "https://home.nest.com/", "clear": true ] ] ` :computer: **Target components** <!-- Where should this feature/enhancement be added? --> <!-- e.g. ntfy server, Android app, iOS app, web app --> Needed to be added to ntfy server (it's a parameter so yes) and mobile apps.
Author
Owner

@Creepios commented on GitHub (Jul 15, 2024):

I and @wunter8 thought it could be completed in one go with #303

<!-- gh-comment-id:2228940267 --> @Creepios commented on GitHub (Jul 15, 2024): I and @wunter8 thought it could be completed in one go with #303
Author
Owner

@binwiederhier commented on GitHub (Feb 2, 2026):

I don't particularly hate this, but it needs to be fleshed out. We don't really want to create notifications that cannot be removed ever.

<!-- gh-comment-id:3832575887 --> @binwiederhier commented on GitHub (Feb 2, 2026): I don't particularly hate this, but it needs to be fleshed out. We don't really want to create notifications that cannot be removed ever.
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#812
No description provided.