When encoding an image with base64 using markdown, it isn't shown within the android app. On the server side it works as expected.
I'm using this request:
curl --location --request POST '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.10; gotify/server v2.0.15
When encoding an image with base64 using markdown, it isn't shown within the android app. On the server side it works as expected.
I'm using this request:
gotify/android v2.0.10; gotify/server v2.0.15