gotify / gotify/android

Show message priority on messages

Open
#406 2 comments 2 reactions 0 assignees View on GitHub
a:feature
Dominant language
Java
Stars
1.5k
Forks
217
PR merge metrics
No merged PRs in 30d

Description

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./message \
-H "X-Gotify-Key: " \
-F "title=title" \
-F "message=Priority 4" \
-F "priority=4"

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.