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") {
|
||||
headers {
|
||||
append("Title", title)
|
||||
append("Attach", title)
|
||||
append("Click", title)
|
||||
append("Attach", attach)
|
||||
append("Click", click)
|
||||
}
|
||||
setBody(message)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue