# HG changeset patch # User Kim Alvefur # Date 1655237181 -7200 # Node ID 706375b7547583a48efe777cd2b6f25ec8dba950 # Parent 519e6403f4551a99981562d4fb283b7f7f9f9647 mod_mam: Silence luacheck (yay warnings in CI but not locally) diff -r 519e6403f455 -r 706375b75475 plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Tue Jun 14 22:03:02 2022 +0200 +++ b/plugins/mod_mam/mod_mam.lua Tue Jun 14 22:06:21 2022 +0200 @@ -53,7 +53,7 @@ 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. --