Software /
code /
prosody
Changeset
7901:fc859aed9279
mod_mam: Fix wording of comment
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 19 Feb 2017 13:44:47 +0100 |
parents | 7899:2b3d0ab67f7d |
children | 7902:92b70a921acb |
files | plugins/mod_mam/mod_mam.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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