main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit fe32062d98 - Show all commits

View file

@ -44,8 +44,8 @@ suspend fun ntfyMsg(
client.post("https://ntfy.ouroboros.group/pushy") { client.post("https://ntfy.ouroboros.group/pushy") {
headers { headers {
append("Title", title) append("Title", title)
append("Attach", title) append("Attach", attach)
append("Click", title) append("Click", click)
} }
setBody(message) setBody(message)
} }