aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_mam/mod_mam.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-03-22 17:58:08 +0100
committerKim Alvefur <zash@zash.se>2019-03-22 17:58:08 +0100
commitcabf11ab2657d6b53dacaed4accaaa4334ef6822 (patch)
treeb6661128ee4ad5424a2d863a7099af7acde8bb3b /plugins/mod_mam/mod_mam.lua
parent20f878694972c7a5d6202b8cf62aa8ae97fe780f (diff)
parentb6cff0ba5e41f9be9232b37461df5ff11cacfa6e (diff)
downloadprosody-cabf11ab2657d6b53dacaed4accaaa4334ef6822.tar.gz
prosody-cabf11ab2657d6b53dacaed4accaaa4334ef6822.zip
Merge 0.11->trunk
Diffstat (limited to 'plugins/mod_mam/mod_mam.lua')
-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 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 ()