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.
: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.