diff options
author | Kim Alvefur <zash@zash.se> | 2019-03-22 17:58:08 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-03-22 17:58:08 +0100 |
commit | cabf11ab2657d6b53dacaed4accaaa4334ef6822 (patch) | |
tree | b6661128ee4ad5424a2d863a7099af7acde8bb3b /plugins/mod_mam | |
parent | 20f878694972c7a5d6202b8cf62aa8ae97fe780f (diff) | |
parent | b6cff0ba5e41f9be9232b37461df5ff11cacfa6e (diff) | |
download | prosody-cabf11ab2657d6b53dacaed4accaaa4334ef6822.tar.gz prosody-cabf11ab2657d6b53dacaed4accaaa4334ef6822.zip |
Merge 0.11->trunk
Diffstat (limited to 'plugins/mod_mam')
-rw-r--r-- | plugins/mod_mam/mod_mam.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_mam/mod_mam.lua b/plugins/mod_mam/mod_mam.lua index 67bf177e..88cbaa08 100644 --- a/plugins/mod_mam/mod_mam.lua +++ b/plugins/mod_mam/mod_mam.lua @@ -350,7 +350,7 @@ if cleanup_after ~= "never" then function schedule_cleanup(username, date) cleanup_map:set(date or datestamp(), username, true); - end + end local cleanup_time = module:measure("cleanup", "times"); cleanup_runner = require "util.async".runner(function () |