# HG changeset patch # User Kim Alvefur # Date 1527030001 -7200 # Node ID 4afa77e0d2b06fa21bb82cb5c35da56dc37c25f0 # Parent c1014eac2a1ac638e8731ddb2009834f867d00d1 mod_pubsub: Fix syntax error diff -r c1014eac2a1a -r 4afa77e0d2b0 plugins/mod_pubsub/pubsub.lib.lua --- a/plugins/mod_pubsub/pubsub.lib.lua Wed May 23 00:55:33 2018 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Wed May 23 01:00:01 2018 +0200 @@ -65,6 +65,7 @@ { label = "Messages of type normal", value = "normal" }, { label = "Messages of type headline", value = "headline", default = true }, }; + }; }; local service_method_feature_map = {