# HG changeset patch # User Kim Alvefur # Date 1534657327 -7200 # Node ID 127af0795e93b4f4907855bee85412e636087c70 # Parent a476d80761cddd59fa3028a02a32b03a1e5ea8fd mod_pubsub: Add missing default value for deliver_payloads diff -r a476d80761cd -r 127af0795e93 plugins/mod_pubsub/pubsub.lib.lua --- a/plugins/mod_pubsub/pubsub.lib.lua Sun Aug 19 07:41:26 2018 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Sun Aug 19 07:42:07 2018 +0200 @@ -106,6 +106,7 @@ }; { type = "boolean"; + value = true; label = "Whether to deliver payloads with event notifications"; name = "pubsub#deliver_payloads"; };