Software /
code /
prosody-modules
Changeset
4839:797b51043767
mod_bookmarks2: Remove obsolete comment
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 27 Dec 2021 19:48:25 +0100 |
parents | 4838:fd2e48d4ac94 |
children | 4840:e9b7c8db3ebd |
files | mod_bookmarks2/mod_bookmarks2.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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";