mod_mam: Fix wording of comment

remotes/origin/0.11
Kim Alvefur 9 years ago
parent 7a2ed1a9ed
commit 9cde2e34c6
  1. 2
      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

Loading…
Cancel
Save