This commit is contained in:
nelle 2024-09-21 04:25:29 -06:00
parent 7a9ae5076b
commit fe32062d98

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)
} }