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") {
headers {
append("Title", title)
append("Attach", title)
append("Click", title)
append("Attach", attach)
append("Click", click)
}
setBody(message)
}