Changeset

9212:127af0795e93

mod_pubsub: Add missing default value for deliver_payloads
author Kim Alvefur <zash@zash.se>
date Sun, 19 Aug 2018 07:42:07 +0200
parents 9211:a476d80761cd
children 9213:172f93f752b8
files plugins/mod_pubsub/pubsub.lib.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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";
 	};