plugins/mod_pep.lua
changeset 9085 297a06074175
parent 9083 1b21f8ffaec8
child 9100 ce2ba9f91c84
--- a/plugins/mod_pep.lua	Fri Aug 03 17:48:41 2018 +0200
+++ b/plugins/mod_pep.lua	Fri Aug 03 20:39:18 2018 +0200
@@ -44,6 +44,7 @@
 	if (new_config["max_items"] or 1) > max_max_items then
 		return false;
 	end
+	return true;
 end
 
 local function subscription_presence(username, recipient)