mod_bookmarks2/mod_bookmarks2.lua
changeset 4843 797b51043767
parent 4842 fd2e48d4ac94
child 4848 cc17708ba777
--- 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";