diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-11 18:01:04 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-11 18:01:04 +0100 |
commit | 58b97fd7af3b482f9c98ff6a74552fb67cc29ef1 (patch) | |
tree | 8614b812986a6904721186269086b3413aff69fe /plugins | |
parent | 84ef8a73ebd601f8348adb5f83b60fba3e77cf00 (diff) | |
download | prosody-58b97fd7af3b482f9c98ff6a74552fb67cc29ef1.tar.gz prosody-58b97fd7af3b482f9c98ff6a74552fb67cc29ef1.zip |
mod_mam: Fix a comment
This is the noop that gets replaced later
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_mam/mod_mam.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_mam/mod_mam.lua b/plugins/mod_mam/mod_mam.lua index 6b1a0973..50095e2f 100644 --- a/plugins/mod_mam/mod_mam.lua +++ b/plugins/mod_mam/mod_mam.lua @@ -54,7 +54,7 @@ end 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. |