# HG changeset patch # User Kim Alvefur # Date 1534424848 -7200 # Node ID 9f33a13eb011d98a8aaef2ab354ccdad3314922d # Parent 60f163e7a7a704751cf59c81b1fe0b06e2451c9e mod_pubsub: Use the correct form field diff -r 60f163e7a7a7 -r 9f33a13eb011 plugins/mod_pubsub/pubsub.lib.lua --- 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";