mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-01-18 16:17:26 +01:00
JSON format
This commit is contained in:
@@ -46,7 +46,7 @@ type attachment struct {
|
||||
type action struct {
|
||||
Action string `json:"action"`
|
||||
Label string `json:"label"`
|
||||
URL string `json:"URL,omitempty"`
|
||||
URL string `json:"url,omitempty"`
|
||||
}
|
||||
|
||||
// publishMessage is used as input when publishing as JSON
|
||||
|
||||
Reference in New Issue
Block a user