Software /
code /
prosody
Diff
plugins/mod_mam/mod_mam.lua @ 12556:706375b75475
mod_mam: Silence luacheck (yay warnings in CI but not locally)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 14 Jun 2022 22:06:21 +0200 |
parent | 12555:519e6403f455 |
child | 12630:781772c8b6d9 |
line wrap: on
line diff
--- 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. --