Fixes plugins not using recipient templates

Fixes #4363
This commit is contained in:
Simone Mainardi 2020-09-03 14:18:05 +02:00
parent a034c72012
commit f5d53d2e3e
10 changed files with 26 additions and 25 deletions

View file

@ -21,7 +21,7 @@ local webhook = {
},
recipient_template = {
plugin_key = "webhook_alert_endpoint",
template_name = "webhook_recipient.template" -- TODO: add template
template_name = "webhook_recipient.template"
},
}