From 07d70a4d27988c7d8b2aa49262c88929b4041b25 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 19 Aug 2018 07:42:07 +0200 Subject: mod_pubsub: Add missing default value for deliver_payloads --- plugins/mod_pubsub/pubsub.lib.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/mod_pubsub') diff --git a/plugins/mod_pubsub/pubsub.lib.lua b/plugins/mod_pubsub/pubsub.lib.lua index 4fde5318..7b89aaed 100644 --- a/plugins/mod_pubsub/pubsub.lib.lua +++ b/plugins/mod_pubsub/pubsub.lib.lua @@ -106,6 +106,7 @@ local node_config_form = dataform { }; { type = "boolean"; + value = true; label = "Whether to deliver payloads with event notifications"; name = "pubsub#deliver_payloads"; }; -- cgit v1.2.3