mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_mam: Fix a comment
This is the noop that gets replaced later
This commit is contained in:
parent
84ef8a73eb
commit
58b97fd7af
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ end
|
||||||
local use_total = module:get_option_boolean("mam_include_total", true);
|
local use_total = module:get_option_boolean("mam_include_total", true);
|
||||||
|
|
||||||
function schedule_cleanup()
|
function schedule_cleanup()
|
||||||
-- replaced by non-noop later if cleanup is enabled
|
-- replaced later if cleanup is enabled
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Handle prefs.
|
-- Handle prefs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue