Jannis Mattheis
                                            Jannis Mattheis
                                        
                                    @happymario, please create a new issue, and don't comment on already existing one, which doesn't have exactly your problem. Like described in https://gotify.net/docs/msgextras extras must be send with a application/json...
Seems useful.
Seems like a good addition. A high-priority notification could be used. https://developer.android.com/training/notify-user/time-sensitive
I think this should be a feature request in openhab2, nothing can be done in gotify to support this.
I don't think the url is really confidential, as the access is secure via credentials, but I'm willing to take PRs for this.
Looks like the library gotify uses for markdown support on android, doesn't support this by default.
Hey @jvandenbroek I'm with you there, the priority isn't used anywhere and is currently only saved on server side. I would map the priority to the Android Importance like this:...
@schwma I've added priority really early on, back then all was kinda work in progress, I knew that something like priority should exist but badly I haven't really thought about...
@schwma @jvandenbroek NotificationCompact has this method ``` /** * Set the default notification options that will be used. * * The value should be one or more of the following...
@schwma Hmm maybe it has some defaults (:, You can try `.setDefaults(~Notification.DEFAULT_ALL)`