Diff

plugins/mod_pubsub/pubsub.lib.lua @ 8822:4afa77e0d2b0

mod_pubsub: Fix syntax error
author Kim Alvefur <zash@zash.se>
date Wed, 23 May 2018 01:00:01 +0200
parent 8815:5974c9da1391
child 8825:7270258fec77
line wrap: on
line diff
--- 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 = {