diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 110929b06..7b933e72d 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -44,6 +44,7 @@ function check_node_config(node, actor, new_config) -- luacheck: ignore 212/node if (new_config["max_items"] or 1) > max_max_items then return false; end + return true; end local function subscription_presence(username, recipient)