From 9cde2e34c616d9d681df2c92ff8f7fc952ea680f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 19 Feb 2017 13:44:47 +0100 Subject: mod_mam: Fix wording of comment --- 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 81b0690c..d7505f13 100644 --- a/plugins/mod_mam/mod_mam.lua +++ b/plugins/mod_mam/mod_mam.lua @@ -334,7 +334,7 @@ if cleanup_after ~= "never" then -- Iterating over users is not supported by all authentication modules -- Catch and ignore error if not supported pcall(function () - -- If this works, then we schedule cleanup for all known known + -- If this works, then we schedule cleanup for all known users on startup for user in um.users(module.host) do cleanup[user] = true; end -- cgit v1.2.3