binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.55k stars 730 forks source link

Add webp support #1118

Closed jokakilla closed 6 months ago

jokakilla commented 6 months ago

Requesting support to show webp images in the notifications. Currently it's not shown embeded in the notification.

I've seen there is a mime type check for jpg/png in a util class. I already added "image/webp" on a local build and all is working fine. I'll prepare a PR asap.