Comparison

plugins/mod_pubsub/pubsub.lib.lua @ 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
parent 9211:a476d80761cd
child 9235:7fbcabee6df1
comparison
equal deleted inserted replaced
9211:a476d80761cd 9212:127af0795e93
104 label = "Whether to deliver event notifications"; 104 label = "Whether to deliver event notifications";
105 name = "pubsub#deliver_notifications"; 105 name = "pubsub#deliver_notifications";
106 }; 106 };
107 { 107 {
108 type = "boolean"; 108 type = "boolean";
109 value = true;
109 label = "Whether to deliver payloads with event notifications"; 110 label = "Whether to deliver payloads with event notifications";
110 name = "pubsub#deliver_payloads"; 111 name = "pubsub#deliver_payloads";
111 }; 112 };
112 { 113 {
113 type = "list-single"; 114 type = "list-single";