# HG changeset patch # User Kim Alvefur # Date 1487508287 -3600 # Node ID fc859aed92795e24715181d97a43aeb5bc78f447 # Parent 2b3d0ab67f7d38e89ee3fb149de2c915d1c0d36e mod_mam: Fix wording of comment diff -r 2b3d0ab67f7d -r fc859aed9279 plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Wed Feb 15 23:04:44 2017 +0100 +++ b/plugins/mod_mam/mod_mam.lua Sun Feb 19 13:44:47 2017 +0100 @@ -334,7 +334,7 @@ -- 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