mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_bookmarks: Remove compatibility with 0.11
This commit is contained in:
parent
be16e27957
commit
91172308d6
1 changed files with 0 additions and 6 deletions
|
@ -20,12 +20,6 @@ local default_options = {
|
|||
["access_model"] = "whitelist";
|
||||
};
|
||||
|
||||
if not mod_pep.check_node_config(nil, nil, default_options) then
|
||||
-- 0.11 or earlier not supporting max_items="max" trows an error here
|
||||
module:log("debug", "Setting max_items=pep_max_items because 'max' is not supported in this version");
|
||||
default_options["max_items"] = module:get_option_number("pep_max_items", 256);
|
||||
end
|
||||
|
||||
module:hook("account-disco-info", function (event)
|
||||
-- This Time it’s Serious!
|
||||
event.reply:tag("feature", { var = namespace.."#compat" }):up();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue