aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-02-19 13:44:47 +0100
committerKim Alvefur <zash@zash.se>2017-02-19 13:44:47 +0100
commit9cde2e34c616d9d681df2c92ff8f7fc952ea680f (patch)
tree4b55b577d8fdcadf63d5d961913c604570c82dd0 /plugins
parent7a2ed1a9edb96cc8c53cbc1428968b70cfe64f2c (diff)
downloadprosody-9cde2e34c616d9d681df2c92ff8f7fc952ea680f.tar.gz
prosody-9cde2e34c616d9d681df2c92ff8f7fc952ea680f.zip
mod_mam: Fix wording of comment
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_mam/mod_mam.lua2
1 files changed, 1 insertions, 1 deletions
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