main #8

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

View file

@ -42,7 +42,12 @@ suspend fun ntfyMsg(
click: String,
) {
val message: HttpResponse =
client.post("https://" + endpoint) {
client.post(
buildString {
append("https://")
append(endpoint)
},
) {
headers {
append("Title", title)
append("Attach", attach)