Software /
code /
prosody
Changeset
9186:9f33a13eb011
mod_pubsub: Use the correct form field
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 Aug 2018 15:07:28 +0200 |
parents | 9185:60f163e7a7a7 |
children | 9187:bd452e4f5a13 |
files | plugins/mod_pubsub/pubsub.lib.lua |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua Thu Aug 16 15:05:01 2018 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Thu Aug 16 15:07:28 2018 +0200 @@ -99,9 +99,9 @@ }; { type = "boolean"; - label = "Whether to deliver payloads with event notifications"; - name = "pubsub#deliver_payloads"; - value = true; + value = "true"; + label = "Whether to deliver event notifications"; + name = "pubsub#deliver_notifications"; }; { type = "list-single";