Mercurial > prosody-hg
diff plugins/mod_mam/mod_mam.lua @ 9882:18f025b3987d
Merge 0.11->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 22 Mar 2019 17:58:08 +0100 |
| parents | d725c2ab0c7d ddc07fb8dcd4 |
| children | 710a116341cd |
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua Wed Mar 20 13:44:29 2019 +0000 +++ b/plugins/mod_mam/mod_mam.lua Fri Mar 22 17:58:08 2019 +0100 @@ -350,7 +350,7 @@ 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 ()
