SVG is not shown within the android app using markdown. On the server side it works as expected. And #107 remains in v2.0.14.
curl "https://myserver.com/message?token=<secret>" --header 'Content-Type: application/json' \
--data-raw '{
"title":"Test",
"message":"",
"priority":0,
"extras": {
"client::display": {
"contentType": "text/markdown"
}
}
}'
gotify/android v2.0.14; gotify/server v2.0.14
SVG is not shown within the android app using markdown. On the server side it works as expected. And #107 remains in
v2.0.14.gotify/android v2.0.14; gotify/server v2.0.14