main #8
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue