mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-04 13:47:36 +03:00
allow custom intent in broadcast action without JSON
This commit is contained in:
parent
3334d84861
commit
ee38d76bc2
2 changed files with 10 additions and 0 deletions
|
@ -186,6 +186,8 @@ func populateAction(newAction *action, section int, key, value string) error {
|
|||
newAction.Method = value
|
||||
case "body":
|
||||
newAction.Body = value
|
||||
case "intent":
|
||||
newAction.Intent = value
|
||||
default:
|
||||
return fmt.Errorf("key '%s' unknown", key)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue