# HG changeset patch # User Emmanuel Gil Peyrot # Date 1640630905 -3600 # Node ID 797b5104376784a282f9db5f0bb999a6f0777299 # Parent fd2e48d4ac94c746f17eb835e077a60ffa4e5b3b mod_bookmarks2: Remove obsolete comment diff -r fd2e48d4ac94 -r 797b51043767 mod_bookmarks2/mod_bookmarks2.lua --- a/mod_bookmarks2/mod_bookmarks2.lua Sun Dec 26 14:51:35 2021 +0100 +++ b/mod_bookmarks2/mod_bookmarks2.lua Mon Dec 27 19:48:25 2021 +0100 @@ -15,7 +15,6 @@ local default_options = { ["persist_items"] = true; - -- This should be much higher, the XEP recommends 10000 but mod_pep rejects that. ["max_items"] = "max"; ["send_last_published_item"] = "never"; ["access_model"] = "whitelist";