From 7215ba25ff882523d2c1d7b8c8168b218dd38ff9 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 14 Jun 2022 22:06:21 +0200 Subject: mod_mam: Silence luacheck (yay warnings in CI but not locally) --- plugins/mod_mam/mod_mam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_mam/mod_mam.lua b/plugins/mod_mam/mod_mam.lua index 229cdfb3..083ae90d 100644 --- a/plugins/mod_mam/mod_mam.lua +++ b/plugins/mod_mam/mod_mam.lua @@ -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. -- -- cgit v1.2.3