android icon indicating copy to clipboard operation
android copied to clipboard

Show message priority on messages

Open EdwinKM opened this issue 11 months ago • 2 comments

Still experimenting with Gotify.

With the curl commands i get two messages in the webGUI and the mobile app. The webGUI shows a brown and red left-border (why does it not show the number somewhere? for example on the hoover event) But the mobile app does not show anything related to the priority level. No color or anything.

curl -X POST http://gotify.<DOMAIN>/message
-H "X-Gotify-Key: <TOKEN>"
-F "title=title"
-F "message=Priority 4"
-F "priority=4"

curl -X POST http://gotify.<DOMAIN>/message
-H "X-Gotify-Key: <TOKEN>"
-F "title=title"
-F "message=Priority 8"
-F "priority=8"

EdwinKM avatar Mar 11 '25 21:03 EdwinKM

The message priority in the android app currently only affects the intrusiveness of the notification. https://github.com/gotify/android?tab=readme-ov-file#message-priorities

jmattheis avatar Mar 14 '25 08:03 jmattheis

Any plans to improve this? We now have behaviour differences between the app and web. To be honest i think the web colors are not that clear either and it somehows bugs me that i can not see the priority level.

That said i am still experimenting with notifications. Still have to check if it will "bubble-up" really important messages.

EdwinKM avatar Mar 14 '25 09:03 EdwinKM