mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_mam: Silence luacheck (yay warnings in CI but not locally)
This commit is contained in:
parent
9efbb2d015
commit
7215ba25ff
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ if not archive.find then
|
|||
end
|
||||
local use_total = module:get_option_boolean("mam_include_total", true);
|
||||
|
||||
function schedule_cleanup(_username, _date)
|
||||
function schedule_cleanup(_username, _date) -- luacheck: ignore 212
|
||||
-- Called to make a note of which users have messages on which days, which in
|
||||
-- turn is used to optimize the message expiry routine.
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue