mod_bookmarks2: Remove obsolete comment
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Mon, 27 Dec 2021 19:48:25 +0100
changeset 4843 797b51043767
parent 4842 fd2e48d4ac94
child 4844 e9b7c8db3ebd
mod_bookmarks2: Remove obsolete comment
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";