binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
17.77k stars 690 forks source link

Feature Request: Pin a message to notification center until condition fulfilled #1153

Open Creepios opened 1 month ago

Creepios commented 1 month ago

:bulb: 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 ] ]

:computer: Target components

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

Creepios commented 1 month ago

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