Mercurial > prosody-hg
diff plugins/mod_mam/mod_mam.lua @ 12307:dcad3a207915
mod_mam: Fix a comment
This is the noop that gets replaced later
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 11 Dec 2021 18:01:04 +0100 |
| parents | 81fc7fc77e68 |
| children | 519e6403f455 cc86d77481fc |
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua Fri Dec 10 22:37:32 2021 +0100 +++ b/plugins/mod_mam/mod_mam.lua Sat Dec 11 18:01:04 2021 +0100 @@ -54,7 +54,7 @@ local use_total = module:get_option_boolean("mam_include_total", true); function schedule_cleanup() - -- replaced by non-noop later if cleanup is enabled + -- replaced later if cleanup is enabled end -- Handle prefs.
