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 | 9d47663761bcffd2e0a521f3d6d1a6896d48cfb2 (patch) | |
tree | b6661128ee4ad5424a2d863a7099af7acde8bb3b /plugins/mod_mam | |
parent | c77d416cfffd6604cc4d9a633f9f7941f6fd5f10 (diff) | |
parent | d0075a2784804a4197887c7f18200b6e83d0ee51 (diff) | |
download | prosody-9d47663761bcffd2e0a521f3d6d1a6896d48cfb2.tar.gz prosody-9d47663761bcffd2e0a521f3d6d1a6896d48cfb2.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 () |